Project | Technologies | How to use | How to contribute | License | Live demo
A React Pokédex using Next.js and TailwindCSS. Includes searching and pagination using URL as a state, skeleton loadings using Suspense boundaries, prefetching and de/hydrating data and so on.
This project was developed with the following technologies:
To clone and run this application, you will need Git and Node.js installed on your computer.
From your command line:
# Clone this repository
$ git clone https://github.com/fellipeutaka/pokedex.git
# Install dependencies
$ pnpm install
# Start development server
$ pnpm dev
- Fork this repository.
- Create a branch:
git checkout -b <branch_name>
. - Make your changes and commit them:
git commit -m '<commit_message> '
- Push to original branch:
git push origin <project_name> / <local>
- Create the pull request. Or, see the GitHub documentation on how to create a pull request.
This project is under the MIT license. See the LICENSE for details.
Made with ♥ by Fellipe Utaka 👋 Get in touch!