The purpose of this project is to build a todo list app in order to showcase our mastery over object oriented design in javascript.
- HTML5
- Javascript ES6
- Webpack
- Bulma
To get a local copy up and running follow these simple steps.
You need to have git installed on your local system.
You can clone this project with the command $ git clone https://www.github.com/mariobarrioss/todo-list.git
.
For this project you also require NPM installed on your machine.
No Further setup is required beyond cloning the repo on your local machine.
To install the dependencies for the application run the following commands in your terminal
$ npm install
To build the appplication the following command needs to be run in the terminal
$ npm run build
Test suite for:
- localStorage module
- Project module
- Todo module
To run the tests type the following command in the terminal
$ npm test
This section will be updated later.
👤 Rohan Sundar
- GitHub: @rsundar
👤 Mario Barioss
- GitHub: @mariobarrioss
- Twitter: @mario_barrioss
- LinkedIn: mariobarrioss
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
A huge thanks to the webpack team for making available modern tooling for javascript.
This project is MIT licensed.