This is a responsive ToDoList page.
- 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.
- JavaScript
- Node.js
- Webpack
- Babel
- Bulma
- SCSS
- HTML
- Jest
- ESLint
- Stylelint
- You can click on this link
- 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:brugobi/ToDoList-js.git
- Install dependencies:
$ npm install
- to test it run the command:
$ npm test
Start the server:
$ npm run server
Open http://localhost:3000/
in your browser.
👤 Bruna Gobi
- Github: @brugobi
- Twitter: @BrunaGobi2
- Linkedin: bruna-gobi
👤 Gerónimo Morisot
- Github: @Bismarck-GM
- Twitter: @Rewritablee
- Linkedin: geronimomorisot
Contributions, issues and feature requests are welcome!
Give a ⭐️ if you like this project! Feel free to check the issues page.
- Project requested by Microverse Program.
This project is MIT licensed.