https://github.com/jose-matheus-dev/animelist
https://github.com/jose-matheus-dev/animelist
docker docker-compose pnpm react react-router styled-components typescript vitejs
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jose-matheus-dev/animelist
- Owner: jose-matheus-dev
- License: mit
- Created: 2025-03-12T05:06:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-04T14:17:37.000Z (about 1 year ago)
- Last Synced: 2025-04-04T14:32:55.029Z (about 1 year ago)
- Topics: docker, docker-compose, pnpm, react, react-router, styled-components, typescript, vitejs
- Language: TypeScript
- Homepage: https://animelist-dev.vercel.app
- Size: 3.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AnimeList
Single-page web application that presents anime information with per-title adaptive theming.
UX/UI fully implemented based on a Figma prototype created from a PNG reference.
**Stack:** Vite.js, React (TypeScript), pnpm, Docker Compose, styled-components, react-router.

> [!Note]
> To explore the animations, transitions, and interactions, check out the deployed version:
> https://animelist-dev.vercel.app/
---
_Clone the repository:_
```
git clone https://github.com/jose-matheus-dev/AnimeList.git
cd AnimeList
```
## Local Development with Docker Compose Watch
**Requirements:** Ensure Docker and Docker Compose are installed.
### Usage:
Start the development environment by running any of the following commands:
pnpm docker
docker compose up --build --watch
docker compose watch
---
Once started, access the AnimeList at http://localhost:5173.
> [!NOTE]
> For more information about file watch, refer to the [Docker Compose Watch](https://docs.docker.com/compose/how-tos/file-watch/) documentation.