Skip to content

Post-It! is a website created with JS, Webpack and, Bulma where users can input to-do tasks, create projects, and visualize them in different ways. It uses LocalStorage for persistence.

License

Notifications You must be signed in to change notification settings

Bismarck-GM/ToDoList-js

 
 

Repository files navigation

ToDoList - JS

This is a responsive ToDoList page.

Features

  • Add projects and add tasks attached to projects;
  • delete tasks;
  • switch button to change the status of tasks that are organized by priority;
  • SideBar with links to display the tasks by: Today, Week, Projects or All of them.
  • Apply callback functions when the status of the ToDo's changes or it's deleted.

home_page

Built With

  • JavaScript (ES6)
  • NPM
  • Node.js
  • Webpack
  • Bulma
  • Bulma Calendar
  • Date-fns
  • SCSS
  • HTML
  • ESLint
  • Stylelint

Live Demo

  • You can click on this link

Getting Started

Prerequisites

  • Node.js
  • Any Browser

To get started open the directory where you will save this repo by typing on your terminal:

$ cd <directory>
  • Clone the repo typing:
$ git clone git@github.com:Bismarck-GM/ToDoList-js.git
  • Install dependencies:
$ npm install

Usage

Start the server:

$ npm run server

Open http://localhost:3000/ in your browser.

Authors

👤 Bruna Gobi

👤 Gerónimo Morisot

🤝 Contributing

Contributions, issues and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project! Feel free to check the issues page.

Acknowledgments

📝 License

This project is MIT licensed.

About

Post-It! is a website created with JS, Webpack and, Bulma where users can input to-do tasks, create projects, and visualize them in different ways. It uses LocalStorage for persistence.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 77.2%
  • SCSS 14.1%
  • HTML 8.7%