Modern Sci-Fi Themed to-do WebApp. You can use this to organise and manager your Projects/Tasks/Works
This ToDo stores data in localStorage rather than database. There is another repo which is full-version of this same project. Click Here to see the full-stack version
Download Node.Js from the link. (No need to download if your computer already has Node.Js)
Check Node.js version :
node -v
Fork This Repo
Clone the forked Repo
git clone https://github.com/<Your github Username>/ModernTaskManager.git
Change directory to the Cloned folder
cd ModernTaskManager
Install Node modules
npm install
Run the Project
npm run dev
Now you can customise the style and functions however you want. if you need any help regarding the instruction provided here or with the Project Feel free to Contact me.
Here are some Screenshots and Instructions about how to use this WebApp.
You can enter your UserName here (You can also leave it blank if you want). And Toggle Sound Effect.
On DashBoard Page, It's just normal greeting with showing total number of projects and number of completed projects. click Continue
button to go to HomePage
-
At first, it will show No Data Card with a
Add Project
button. you can add you project/task by clicking onAdd Project
button or+
Icon button beside your UserName.
Enter Project name, Description and Deadline for the Project/Task. then
Click on + ADD 10%
button to increase the progress by 10%.
Click on COMPLETE
button to set the particular Project's/Task's progress 100% and status Completed
Click on the Pencil/Edit Icon on the particular Project/Task you wanna edit.
Click on the Pencil/Edit Icon next to add Icon to change your UserName and toggle sound effect settings.
Click on the archive box with x mark
Button to Remove all Projects/Tasks at once.