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.
- Host: GitHub
- URL: https://github.com/flthibaud/animax
- Owner: flthibaud
- Created: 2023-12-01T10:07:42.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-01T10:35:30.000Z (over 2 years ago)
- Last Synced: 2025-09-20T10:51:46.474Z (8 months ago)
- Topics: anime, framer-motion, nextjs, server-action, typecript
- Language: TypeScript
- Homepage:
- Size: 1.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)