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.
- Host: GitHub
- URL: https://github.com/atumv/todo-list
- Owner: atumv
- Created: 2025-02-26T11:57:24.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-09T11:10:49.000Z (3 months ago)
- Last Synced: 2025-03-09T12:19:20.107Z (3 months ago)
- Topics: ant-design, react, styled-components, typescript, vite, vitest, zustand
- Language: TypeScript
- Homepage:
- Size: 127 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo List

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/.