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

https://github.com/simoneas02/js-todo

:pencil: A simple TODO List
https://github.com/simoneas02/js-todo

es6 javascript js js-todo todolist vanilla-javascript

Last synced: about 1 month ago
JSON representation

:pencil: A simple TODO List

Awesome Lists containing this project

README

          

# JS TODO

> A simple TODO List

## Run the project local

**0 -** install the basic dependencies

- [NodeJS](https://nodejs.org/en/)

**1 -** Clone the project and install the dependencies:

```sh
$ git clone https://github.com/simoneas02/js-todo
$ cd js-todo/
$ npm install
```

## Contributing

Find on our [issues](https://github.com/simoneas02/js-todo/issues/) the next steps of the project ;)

Want to contribute? [Follow these recommendations](https://github.com/simoneas02/js-todo/blob/master/CONTRIBUTING.md).

## History

See [Releases](https://github.com/simoneas02/js-todo/releases) for detailed changelog.

## License

[MIT License](https://github.com/simoneas02/js-todo/blob/master/LICENSE.md) © [Simone Amorim](https://simoneas02.github.io)