What was once the difficult choice between using a notebook, legal pad, a stack of Post-it notes or a dozen of to-do apps to manage your personal to-do list is now the really simple choice - . Managing tasks in the HaWe is more efficient, more powerful, and simply a better way to be more productive than doing it on paper.
is easy to use and has a deep thematic in styling. Our app gives you a range of tools for organizing your tasks. Everyone likes competitions. allows you to collect badges while you do you planned tasks.
Our app has user-friendly navigation. You can quickly navigate between 3 sections - App, About and Team.
For our sign in/ sign up logic, we used Passport.js
Passport is authentication middleware for Node.js. Extremely flexible and modular, Passport can be unobtrusively dropped into any Express-based web application.
Also we added a validation to help users to sign up correctly.
When you logged in the app allows you to create a to-do list, marked tasks as "Done" and delete tasks.
When you are done with every 5 tasks you will earn a badge.
Also, you can create your own character while you are using our app.
There are two methods to download the repository.
Clone this repository, install dependencies, then run the project with the following:
> git clone [email protected]:artprofi91/HaWe.git
> cd HaWe
> npm install
> node server.js
> go to localhost:8080
Click here then download the .zip file. Extract the contents of the zip file, then open your terminal, change to the project directory and:
> npm install
> node server.js
> go to localhost:8080
Don't forget to change password in config.json