Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fellipeutaka/anime-list
🍬 A drag'n drop anime list app
https://github.com/fellipeutaka/anime-list
dnd-kit react tailwindcss typescript zustand
Last synced: about 2 months ago
JSON representation
🍬 A drag'n drop anime list app
- Host: GitHub
- URL: https://github.com/fellipeutaka/anime-list
- Owner: fellipeutaka
- Created: 2024-08-20T21:08:07.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-21T04:20:14.000Z (5 months ago)
- Last Synced: 2024-10-16T22:11:05.780Z (3 months ago)
- Topics: dnd-kit, react, tailwindcss, typescript, zustand
- Language: TypeScript
- Homepage: https://fellipeutaka-anime-list.vercel.app
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Anime List
A simple anime list app built with [React](https://react.dev) and [Tailwind CSS](https://tailwindcss.com).
## Features
- Drag and drop to reorder anime
- Persist anime list to local storage## Tech Stack
- [React 19](https://react.dev)
- [Tailwind CSS](https://tailwindcss.com)
- [Rsbuild](https://rsbuild.dev)
- [dnd kit](https://dndkit.com)
- [zustand 5](https://zustand.docs.pmnd.rs)
- [TypeScript 5.5](https://www.typescriptlang.org/)## Setup
Install the dependencies:
```bash
pnpm install
```## Get Started
Start the dev server:
```bash
pnpm dev
```Build the app for production:
```bash
pnpm build
```Preview the production build locally:
```bash
pnpm preview
```