Webpage built with Javascript that works as an Todo-like app, were you can
create projects, tasks for these projects and todos to each task.
This project counts towards Microverse graduation, and has the basic functionality
that was required it to have, it's design is simple and uses localStorage to hold
user data.
- Project Creation
- Project Name
- Task Creation
- Task Name
- Task Description
- Task Difficulty
- Date
- Todo Creation
- Todo Name
- View completed and uncompleted tasks
Tough the side content is still very basically used, I aim to implement an sort of
gamified todo-list, making difficulties and tasks give the 'player' experience
points.
My intention is to make time-tracking and organization experience more fun.
- Clone the Repository on your local machine
git clone https://github.com/HeflerDev/Todo-List.git
- If you don't have globally, install webpack dev server
npm install --save-dev webpack-dev-server
- To start the application, run npm
npm start
It will start on port 8080 by default
Please, make changes only to the src folder.
If you don't have webpack installed on your local machine, follow the instalation
instructions:
- JavaScript
- Node.js
- Webpack
Pull requests and contributions are all welcome, for any aditional feedback mail to hheflerdevelopment@gmail.com .
- H.Hefler - Initial work - HeflerDev
This project is licensed under the MIT License