This is a single page application for a to-do list.
All page information dynamically generated and component loading achieved using pure Javascript. Persistence is with local storage
- HTML5,
- CSS3,
- Bootstrap,
- Javascript,
- Webpack
To get a local copy up and running in development mode, follow these simple steps.
- Node.js
- Browser
- Terminal
Clone the project from here
Run npm install
to get all the dependencies.
Run npm run build
for one time build of bundle after changes.
Run npm run watch
to run webpack build in watch mode.
Run npm test
from the root directory to run tests and output the result in the terminal as below.
Open ./dist/index.html
in your browser
👤 Paul Balitema Kabali
- Github: @pbkabali
- Twitter: @pbkabali
- Linkedin: engineerbpk
👤 Oksana Petrova
- Github:@Laguna1
- Linkedin: Oksana Petrova
- Twitter: Oksana Petrova
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.