An open API service indexing awesome lists of open source software.

https://github.com/flthibaud/animax

Animax is a web application that allows users to browse their favorite anime all in one place.
https://github.com/flthibaud/animax

anime framer-motion nextjs server-action typecript

Last synced: 16 days ago
JSON representation

Animax is a web application that allows users to browse their favorite anime all in one place.

Awesome Lists containing this project

README

          

# Animax

Animax is a web application that allows users to browse their favorite anime all in one place.

## Project Structure

- `app/`: Contains the main application logic and components.
- `components/`: Contains reusable React components like `AnimeCard`, `Footer`, `Hero`, `LoadMore`, and `MotionDiv`.
- `.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.

## Getting Started

First, run the development server:

```sh
yarn dev
```

Open http://localhost:3000 with your browser to see the result.

## Building

To build the application, run:

```sh
yarn build
```

## Running Tests

To run tests, use:

```sh
yarn test
```

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

## License

[MIT](https://choosealicense.com/licenses/mit/)