Anime Spotter is a WEB application to help you search for any Anime data. You'll like Anime Spotter because it is lightweight and uses a friendly and minimalist UI. Anime Spotter is not better than other existing solutions, but it can help you make a quick search of Animes with the very basic information you will need. It's a best starting point for beginners who start learning React.
You are free to reuse, copy, modify, and distribute, but you have to give attribution.
Anime Spotter is created with:
- React (using Context API & Hooks) : Frontend framework
- Node.js : Runtime environment
- UiKit : Layout and styles
- Kitsu API : Anime API
First make sure that Node and NPM are installed in your system.
git clone https://github.com/Kuohamkun/anime-spotter.git
cd anime-spotter
Install the npm
packages described in the package.json
:
npm install
In the project directory, you can run:
npm start
It will run the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
In the project directory, you can run:
npm run build
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
▶️ Click here to visit the live version of Anime Spotter.
This project was bootstrapped with Create React App.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.
I just start to open-source almost everything I can, and I try to reply to everyone needing help using these projects. However, If you are using this project and happy with it and just want to encourage me to continue creating stuff, there are few ways you can do it :
- Giving proper credit when you use it, linking back to it :D
- Starring and sharing the project 🚀
Thanks! ❤️
Contributions are welcome! <3
Made with ❤️ and Passion.