/js-todo

A simple to-do list app that mimics React code organization

Primary LanguageJavaScript

To-Do List

The Odin Project, Javascript Course: Build a to-do list

Live preview

https://raw.githack.com/madcido/js-todo/master/index.html

Getting Started

These instructions will get you a copy of the project up and running on your local machine.

Prerequisities

$ node -v
  v10.15.3

$ npm -v
  6.4.1

$ webpack -v
  4.34.0

Installing

Clone the project:

$ git clone https://github.com/madcido/js-todo.git
$ cd ./js-todo

Install dependencies:

$ npm install

Build the project:

$ webpack

Authors