https://github.com/atumv/todo-app
Simple todo application built with React & TypeScript.
https://github.com/atumv/todo-app
react sass typescript
Last synced: 3 months ago
JSON representation
Simple todo application built with React & TypeScript.
- Host: GitHub
- URL: https://github.com/atumv/todo-app
- Owner: atumv
- Created: 2022-02-13T13:57:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-18T10:08:35.000Z (over 3 years ago)
- Last Synced: 2025-03-02T11:33:40.487Z (3 months ago)
- Topics: react, sass, typescript
- Language: TypeScript
- Homepage: https://atumv.github.io/todo-app
- Size: 1.11 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo

Simple todo application built with React & TypeScript.The project is based on [`Create React App`](https://github.com/facebook/create-react-app).
You can see the live demo [here](https://atumv.github.io/todo-app).
## Installation and running
1. Clone the repo: `git clone https://github.com/atumv/todo-app.git`
2. Change directory: `cd todo-app`
3. Install dependencies: `npm i`Then you can start the app with `npm start`.
Server is running at http://localhost:3000/.## Shortcut
```sh
git clone https://github.com/atumv/todo-app.git && cd todo-app && npm i && npm start
```