Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```