This is a web application built using Anime API, a RESTful API for retrieving information about anime series, movies, characters, and more. The website allows users to browse, search, and discover various anime content.
- Browse Anime : Explore a vast collection of anime series and movies.
- Search : Easily find specific anime titles or characters using the search functionality.
- Detailed Information : Access detailed information about each anime, including synopsis, rating, and release date.
- Responsive Design : The website is optimized for various devices, including desktops, tablets, and mobile phones
- Reactjs (a Javscript library for building user interface ).
- MaterialUI ( styling library sponsored by Google).
- Axios (An Https library for fetching API data).
- GIT (A version control system for deploying the code to Github).
- React-Router (routing library to navigate between the web-pages).
- Clone this repository.
- Install dependencies using npm install.
- Start the server using npm start.
- Open your browser and navigate to http://localhost:port (replace port with the port number configured in your environment).