It is a to-do list that is persistently stored in the Mongo cloud database. Where it is possible to create tasks, mark them as complete and delete them. It is also possible to create new lists by accessing /newList.
It was created with HTML, CSS, JavaScript, express, body-parser, mongoose and lodash.

node.js is required to get `npm`.
If you would like to download the code and try it for yourself:
- Download and unzip the Project
- Create an account at mongoDB
- Access the atlas and in security you can create the user and password to be able to use it in the project.
- Open the App.js document in the editor and replace the username and password with yours
- In the terminal, cd to the project folder.
- npm i
- node app.js
- Go to localhost:3000
- if you want to create a new list just put it in front of the link /newList
- If you want to use it, fork this project.
If you like this project and wish to say to say thanks - I'm always open to a coffee!