Skip to content

tadeuasarro/TodoList

 
 

Repository files navigation

Todo List Project

Welcome to our Todo List Project. The purpose here is to create a tasks manager application.

Features

  • Create new categories of tasks;
  • Create new tasks for each of those categories;
  • Index all of the tasks of all of the categories;
  • Delete and edit tasks;
  • Delete categories;
  • Use Jest for testing modules.

Screenshot

screenshot

Livedemo

Getting started

  • run git clone https://github.com/jessicafarias/todolist.git;
  • run npm install at the root of the project;
  • run npx webpack at the root of the project;
  • go to ../dist;
  • open index.html with you favorite browser.

Testing

  • run npm run test on the project root.

Authors

👤 This is us:

Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page

Show your support

Give a star if you like this project!

📝 License

This project is MIT licensed.

About

Task manager application. For this one we have used JS and Jest, to create test units.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 99.7%
  • CSS 0.3%