In this APP you are going to see the latest animes in an interactive home page with a infinite feed. Also, you can find information about your favorite anime for example: characters, synopsis, start date, etc.
This project was bootstrapped with Create React App, you can use all the default commands.
react-anime-project is a really easy project to setup in your environment, you only need to run these commands:
yarn install
yarn start
yarn install
going to install all the dependency packagesyarn start
going to compile our project and run a local server.
In this point you should be able to see the APP on the local url http://localhost:3000/
.
git clone https://github.com/migueliriano/react-anime-project.git
cd react-anime-project/
yarn install
yarn start
git clone
make a copy of the project in your local machine.cd react-anime-project/
Move to the respository folderyarn install
install all the dependency packagesyarn start
Run the APP and open your browser in a local serverhttp://localhost:3000/
-
Home Page
- Infinite scroll feed.
-
Single Page:
- Characters
- Synopsis
- Trailer
- General information: Type, Episodes, Status, Start and End Data, Rating, and Duration
-
Home Page
- Support Search anime by name.
- Support filter anime by category or status.
-
Single Page
- Add categories
- Add genres
Live page url with master
branch: https://anime-reactjs.herokuapp.com
If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.
MIT