Skip to content

A to-do list application built to practice dynamic content creation using Webpack bundling and OOP concepts in Javascript

Notifications You must be signed in to change notification settings

pbkabali/to-do-app-Javascript

Repository files navigation

To-Do-App-Javascript

This is a single page application for a to-do list.

screenshot

All page information dynamically generated and component loading achieved using pure Javascript. Persistence is with local storage

Built With

  • HTML5,
  • CSS3,
  • Bootstrap,
  • Javascript,
  • Webpack

Live Demo

Live Demo Link

Getting Started

To get a local copy up and running in development mode, follow these simple steps.

Prerequisites

  • Node.js
  • Browser
  • Terminal

Setup

Clone the project from here

Install

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.

Tests

Run npm test from the root directory to run tests and output the result in the terminal as below.

screenshot

Usage

Open ./dist/index.html in your browser

Authors

👤 Paul Balitema Kabali

👤 Oksana Petrova

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.

About

A to-do list application built to practice dynamic content creation using Webpack bundling and OOP concepts in Javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published