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

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.

Awesome Lists containing this project

README

        

# Todo

![preview](/assets/preview.png)
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
```