This app is an learning assignment related to React module of HackYourFuture web-development program |
---|
You can have a look at the final update here
API
- Jikan Api v4
Libraries/Technologies
- React UI library
- react-router-dom v6
- axios
- nodejs
Completed
- Using routes to navigate the app.
- Home route displays some Top, Streaming now, and Upcoming shows with links to discover more.
- Discover route fetching more shows with pagination.
- Each show-card is linked to Description route.
- Description route display detailed info over each show.
- About page.
Under-development
- Search-bar functionality.
- My-lists route to store both favorites and plan-to-watch shows.
- Pagination for Search routes.
- Fixing some responsive bugs.
- Building a user login functionality.
# Clone this repo
git clone [email protected]:AlexanderSaid/React-Anime-App.git
# Install dependencies
npm install
# Run the server on localhost
npm start