10 lines
239 B
Markdown
10 lines
239 B
Markdown
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
|
|
|
|
A Simple TODO application. Using react in js. It has no persistent memory.
|
|
Working with node v22.9.0
|
|
To start it:
|
|
```bash
|
|
npm start
|
|
```
|
|
|