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

https://github.com/atumv/todo-list

📝 Todo list application built with React & TypeScript.
https://github.com/atumv/todo-list

ant-design react styled-components typescript vite vitest zustand

Last synced: 3 months ago
JSON representation

📝 Todo list application built with React & TypeScript.

Awesome Lists containing this project

README

        

# Todo List

![preview](/assets/preview.png)

Simple todo list application built with React & TypeScript.

The project is based on [`Create React App`](https://github.com/facebook/create-react-app).

## Install

```sh
git clone https://github.com/atumv/todo-list.git && cd todo-list && npm i --force
```

## Start

```sh
npm start
```

Server is running at http://localhost:3000/.