pokedex-nextjs
pokedex-nextjs copied to clipboard
Get to know the different render methods that the Next.js framework provides by exploring Pokemons
Pokedex
Explore pokemons with different renders options that a NextJS application provides
Check out the live version of the SSG application
:pushpin: Table of Contents
- Features
- Goals
- Installation
- Getting Started
- FAQ
- Found a bug? Missing a specific feature?
- Contributing
- License
:rocket: Features
- Explore pokemons
- Search pokemons by name
- See the abilities and damage level of pokemons in the details page
:dart: Goals
The goal of this project is to explore the different render methods that the NextJS framework provides, such as:
:construction_worker: Installation
You need to install Node.js and Yarn first, then in order to clone the project via HTTPS, run this command:
git clone https://github.com/LauraBeatris/pokedex-nextjs.git
SSH URLs provide access to a Git repository via SSH, a secure protocol. If you have a SSH key registered in your Github account, clone the project using this command:
git clone [email protected]:LauraBeatris/pokedex-nextjs.git
Install dependencies
yarn install
:runner: Getting Started
Run the following command in order to start the application in a development environment:
yarn dev
:postbox: Faq
Question: What are the tecnologies used in this project?
Answer: The tecnologies used in this project are NextJS + Ant Design + Framer Motion
:bug: Issues
Feel free to file a new issue with a respective title and description on the Pokedex NextJS repository. If you already found a solution to your problem, I would love to review your pull request! Have a look at our contribution guidelines to find out about the coding standards.
:tada: Contributing
Check out the contributing page to see the best places to file issues, start discussions and begin contributing.
:closed_book: License
Released in 2020. This project is under the MIT license.
Made with love by Laura Beatris 💜🚀