"AnyTask" is a simple project which users can add and manage their daily tasks.
Simple Todo app with Node.js and Express.
Clone the repository:git clone [email protected]:Lo-Agency-Internship/farzaneh-maryam-khashayar-todo-app.git
Install the application: npm install
Start the server: npm run deploy
View in browser at http://localhost:3000
- Login/Register to the application
- Add daily tasks for themselves
- Assign a due date of completion
- Mark them as complete/incomplete
- View weekly/monthly statistics of their to-dos.
We have learned about HTML,CSS,Bootstrap 5 Express.JS . Also we decide to use JSON because it is a great format to store data, widely used in JavaScript .JSON is a file format that's used to store and interchange data. Data is stored in a set of key-value pairs. This data is human readable, which makes JSON perfect for manual editing.
If you have any feedback, please reach out to us.