Skip to content

utkarsh1311/pokedex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokedex App

Screenshot 2023-12-24 123704

License Node.js React MongoDB Express Tailwind CSS Vercel Render

The Pokedex App is a delightful application that allows users to adopt Pokemon and take care of them by feeding. It serves as a digital playground where users can explore information about various Pokemon species, adopt them, and ensure they are well-fed.

App Link

Access the Pokedex App here.

Features

  • Adoption: Choose and adopt your favorite Pokemon companions.
  • Feeding: Take care of your adopted Pokemon by feeding them.
  • Search: Easily find information about a specific Pokemon by searching its name or ID.
  • Detailed Information: Access comprehensive details about each Pokemon, including its types, base stats, and abilities.
  • Responsive Design: The app is designed to work seamlessly on various devices, from desktops to smartphones.

Installation

  1. Clone the repository: git clone https://github.com/utkarsh1311/pokedex.git
  2. For client
    cd client
    npm install
    npm run dev
  3. For server
    cd server
    npm install
    npm run dev

4.Start the app: npm start

Usage

  • Run the app and navigate through the interface to explore information about different Pokemon.
  • Adopt your favorite Pokemon companions.
  • Take care of your adopted Pokemon by feeding them regularly.

Contributing

Contributions are welcome! Feel free to open issues, submit pull requests, or suggest new features.

License

This project is licensed under the MIT License.

Acknowledgments