react-metrics-anime is a single-page application built with React and Redux. It allows users to explore anime categories, view numeric values based on selected categories, and access detailed information about specific anime titles.
🖥️ Client
- Upon loading, the webapp displays a list of anime categories, each with corresponding numeric values fetched from the API.
- Users can click on a category item to navigate to the details page for that category.
- The details page shows comprehensive information about the selected anime category.
- A "Back" button allows users to return to the home page.
To run this project, you need the following:
- 🌐 Web browser
- 🐙 Git
- 👨💻 Code editor
Clone this repository to your desired folder:
git clone https://github.com/kit0-0/react-metrics-anime.git
To install all dependencies, run the following command:
npm install
To run tests, use the following commands:
- To track CSS and JavaScript linter errors, run:
npm run lint
To build the project, run the following command:
npm run build
To run the webpack development server, execute the following command:
npm start
👤 Kiko
- GitHub: @kit0-0
- 📱 Add Animation: Enhance the user interface with smooth animations and transitions to make the user experience more engaging and interactive.
Contributions are welcome! If you want to contribute to the project, follow these steps:
- Fork the repository.
- Create a new branch.
- Make your changes and commit them.
- Push your branch to your forked repository.
- Open a pull request.
Feel free to check the issues page.
If you like this project, give it a ⭐️.
I would like to thank Microverse for providing guidance and support during the development of this project. The design inspiration for this project is based on the work by Nelson Sakwa on Behance. The project also relies on data provided by kitsu to fetch anime information.
This project is licensed under the MIT License.