Application that maintains tasks to be done
- Posted before x hours
- Date formatting in tasks
- Filtering based on task type - public/private
- Input validations on the backend
Assuming Node is setup on your system, the steps to run this app locally are given below.
- Clone the repo and change directory to the project folder
- Run
npm install
from project folder - Run
node server/app.js
from project folder