Skip to content

Latest commit

 

History

History
82 lines (53 loc) · 1.88 KB

README.md

File metadata and controls

82 lines (53 loc) · 1.88 KB

Todo App

Summary

About

Introduction

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.

Content

  • Project Creation
    • Project Name
  • Task Creation
    • Task Name
    • Task Description
    • Task Difficulty
    • Date
  • Todo Creation
    • Todo Name
  • View completed and uncompleted tasks

Future Updates

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.

Getting Started

Install

  • 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

To Make Changes

Please, make changes only to the src folder.
If you don't have webpack installed on your local machine, follow the instalation instructions:

Details

Built With

Contributing

Pull requests and contributions are all welcome, for any aditional feedback mail to hheflerdevelopment@gmail.com .

Author

License

This project is licensed under the MIT License