vabuyia / ToDoList-Apps

A simple To-do App that helps its users to manage their programs, users can be able to add, delete and update their programs, built with JavaScript, HTML/CSS and Webpack.
1 stars 0 forks source link
css html javascript webpack

To Do list

A simple To do List. It simply lists the things that you need to do and allows you to mark them as complete. A tool to help you organize your day!

Description

In this project, you will build a simple HTML list of To Do tasks. This simple web page will be built using webpack and served by a webpack dev server.

Built With

Screenshot:

https://vabuyia.github.io/ToDoList-Apps/

Prerequisites

Setup

Install

- node

Usage

Setup

Run tests

- npm install
- Clone the repository to your local machine.
- npm install webpack webpack-cli --save-dev

Deployment

run:

npm run build

Authors

👤 Vincent Abuya Obunga

🤝 Contributing

Basic Setup

First let's create a directory, initialize npm

mkdir [folder] && cd [folder]

npm init -y

npm install webpack webpack-cli --save-dev

To bundle the lodash dependency with index.js, we'll need to install the library locally:

npm install --save lodash