Contributors Forks Stargazers Issues


Logo

This project is part of the Microverse Javacript Section
Report Bug · Request Feature

Table of Contents

About The Project

This project consists in a application that users can create projects and set a list of tasks - todos - to help them to manager their time and organize tasks. In this app users can:

  • create maximum 7 projects;
  • create todos inside projects;
  • see completed, incompleted and expired todos;
  • mark todos as completed;
  • set a day and time to each todo;
  • set low, normal and high priority to each todo;
  • see the next todo;
  • see todos ordered by date or by priority;
  • edit and delete todos.

Installation

Download or clone the repo here, enter the directory in the terminal and run the commands:

  • npm i
  • npm run bundle
  • npm run start Your default browser should open the app at the localhost:8080

Built With

This project was built using these technologies.

  • HTML
  • CSS3
  • Vanila Javascript
  • Webpack

Contact

👤 Thaís Vieira Azevedo



👤 Sarah Uryelah Silva Chamorro

Acknowledgements