/pokedex

🐉 A React Pokédex using Next.js and Tailwind CSS

Primary LanguageTypeScriptMIT LicenseMIT

Pokédex

Repository size Made by Fellipe Utaka GitHub last commit License Stargazers

Project | Technologies | How to use | How to contribute | License | Live demo

💻 Project

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.

Preview

🚀 Technologies

This project was developed with the following technologies:

ℹ️ How To Use

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

🤔 How to contribute

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name> .
  3. Make your changes and commit them: git commit -m '<commit_message> '
  4. Push to original branch:git push origin <project_name> / <local>
  5. Create the pull request. Or, see the GitHub documentation on how to create a pull request.

📝 License

This project is under the MIT license. See the LICENSE for details.

Made with ♥ by Fellipe Utaka 👋 Get in touch!