This is a collaborative project to create a Pokedex using React and the PokeAPI.
The Pokedex will consist of two main views: a list view and a detail view. The list view will display a list of all Pokemon, while the detail view will display detailed information about a specific Pokemon.
- Fetch and display Pokemon data from PokeAPI
- Create a comprehensive list view of all Pokemons
- Implement detailed view for individual Pokemon
- Add search and filtering capabilities
- Clone the repository
git clone https://github.com/LyneQ/todo-app-react.git
cd todo-app-react
- Run
npm install
to install dependencies
npm install
- Run
npm run dev
to start the development server
npm run dev
- Open
http://localhost:5173
in your browser
- Click on a Pokemon in the list view to view detailed information about that Pokemon
- Use the search bar to search for a specific Pokemon
- Enjoy exploring the Pokedex!
- React: A JavaScript library for building user interfaces.
- TypeScript: A strongly typed programming language that builds on JavaScript.
- Vite: A build tool that provides fast development and production build processes.
Contributions are welcome! If you would like to contribute to TodoBite, please fork the repository and submit a pull request.
This project is licensed under the MIT License.