Application to manage daily based tasks in a simple and orgnize way. It is inspired by the Todoist app.
The true value of this app resides on the concepts apply to it. Been able to use the power of Prototypal Inheritance allows you to design software in terms of objects instead of classes and this open the possibilities to use very powerful concepts like composition and factories.
- Boostrap 4
- date-fns: robust library to handle dates on Javascript
- Local Storage
- Clone the project and move to the root of it:
git clone -b <branch> <repo_url>
- Run
npm install
to install all the needed dependencies - Finally, run
npm run server
to open the page in the browser