Animax is a web application that allows users to browse their favorite anime all in one place.
app/: Contains the main application logic and components.components/: Contains reusable React components likeAnimeCard,Footer,Hero,LoadMore, andMotionDiv..next/: Generated by Next.js. Contains the output of the build.public/: Static files that are served by Next.js.node_modules/: Contains all the npm dependencies.
First, run the development server:
yarn devOpen http://localhost:3000 with your browser to see the result.
To build the application, run:
yarn buildTo run tests, use:
yarn testPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.