hsztan / minimalist-todo-list

A fully functional to-do list with plain vanilla Javascript bundled with webpack, which includes modular Javascript and testing with Jester library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Todo List

A very simple and minimalist todo-list.

Built With

  • HTML
  • CSS
  • Javascript
  • Git
  • Webpack

Live Demo (if available)

Live Demo Link

To get a local copy up and running follow these simple example steps.

Prerequisites

  • Have LTS version of npm and node.js on your local environment.

Setup

  • Download or clone the repository.

Install

  • Run npm install in the folder where your have the files.

Usage

  • Run npm start on your local path to start the web server.

Tests

  • Run npm install
  • Run npm test

Authors

👤 Henry Nawrocki

👤 Aaron Keegan

🤝 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

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

📝 License

This project is MIT licensed.

About

A fully functional to-do list with plain vanilla Javascript bundled with webpack, which includes modular Javascript and testing with Jester library.


Languages

Language:JavaScript 78.1%Language:HTML 12.7%Language:CSS 9.2%