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 dev
Open http://localhost:3000 with your browser to see the result.
To build the application, run:
yarn build
To run tests, use:
yarn test
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.