eapenzacharias / todolist-v2

A simple To-Do List that uses local storage, built using webpack to bundle JavaScript, HTML, CSS.

Home Page:https://eapenzacharias.github.io/todolist-v2/dist/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maintainability Linters CodeQL NodeJS with Webpack

To Do list

Build a To Do List JavaScript application

app-img

Create a simple HTML list of To Do tasks using webpack to bundle JavaScript.

Built With

  • JavaScript, HTML, CSS
  • Webpack

Getting Started

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

Prerequisites

- node

Setup

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

Development

Run webpack dev server for development

- Clone the repository to your local machine.
- npm start

Deployment

run:

npm run build

and deploy the files in the dist folder

Authors

👤 Eapen Zacharias

🤝 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!

📝 License

This project is MIT licensed.

About

A simple To-Do List that uses local storage, built using webpack to bundle JavaScript, HTML, CSS.

https://eapenzacharias.github.io/todolist-v2/dist/

License:MIT License


Languages

Language:JavaScript 47.2%Language:CSS 25.9%Language:SCSS 22.8%Language:HTML 4.1%