Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hayd1n/react-todo-app

React Todo App
https://github.com/hayd1n/react-todo-app

Last synced: about 1 month ago
JSON representation

React Todo App

Awesome Lists containing this project

README

        

# React Todo App

> 😀 This is my 50 minutes challenge project

Screenshot 2023-11-23 at 4 35 35 PM

## Install dependencies

```bash
pnpm install
```

## Build

```bash
pnpm run build
```

## Developement server

```bash
pnpm run dev
```