- 📖 About the Project
- 🚀 Live Demo
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
The Pokémon Explorer App is a single-page web application built with React and Redux that allows users to explore information about various Pokémon species. The app fetches data from the PokeAPI and presents it in an intuitive and user-friendly interface. The home page displays a grid of Pokémon species, each with a unique background color pattern based on their position. Users can filter Pokémon by name using an input field. Clicking on a Pokémon takes users to a details page where they can view information such as the Pokémon's name, number, base experience, weight, and height. The app offers easy navigation between the home page and details page, enhancing the user experience and making it an enjoyable platform for discovering Pokémon details.
Client
- HTML and CSS
- JavaScript
- React & Redux
- React & Redux App
- JSX
- SPA
In order to run this project you need:
- git
- VS Code or any code editor
- npm intalled
Clone this repository to your desired folder:
cd my-folder
git clone git@github.com:rubydevi/react-capstone.git
cd react-capstone
Install this project with:
npm install
To run this project in the browser, run the code below on your terminal:
npm start
To run tests, run the following command:
npx stylelint "**/*.{css,scss}"
npx eslint "**/*.{js,jsx}"
👤 Chongtham Ruby Devi
- GitHub: @rubydevi
- Twitter: @arieabyss
- LinkedIn: Chongtham Ruby Devi
- CRUD operations.
- Dynamic Progress.
- User Management.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please leave a star, I'd really appreciate it.
- I'd like to thank Microverse for this wonderful README template.
- I'd also like to thank Nelson Sakwa for the design.
This project is MIT licensed.