Skip to content

The dev initiation: A todo list that has functions of creating new projects, todos, subtasks, etc.

Notifications You must be signed in to change notification settings

HeflerDev/Todo-List

Repository files navigation

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

About

The dev initiation: A todo list that has functions of creating new projects, todos, subtasks, etc.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published