hansderly / todo-list-webpack

"To-do list" is a tool that helps to organize your day. A simple website that allows for doing that, and built using ES6 and Webpack!

Home Page:http://ansderly.me/todo-list-webpack/dist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

screenshot

πŸ“— Table of Contents

πŸ“– Todo-list

" A simple TodoLis built using ES6 and Webpack!

πŸ›  Built With

Tech Stack

This project uses the following stack :

Client

Key Features

Here are some key features of the application :

  • Add Todo
  • Remove Todo

(back to top)

πŸš€ Live Demo

N/A

(back to top)

πŸ’» Getting Started

Clone the repository by clicking on the 'Code' button and copy the link

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

Prerequisites

In order to run this project you need:

npm i

Setup

Clone this repository to your desired folder:

  mkdir my-folder
  cd my-folder
  git clone git@github.com:hansderly/todo-list-webpack.git

Install

Install this project with:

Usage

To run the project, execute the following command: Open the index.html file in a web browser

Run tests

To run tests, run the following command:

Example command:

To run the webhint linter

  npx hint .

To run the stylehint linter

  npx stylehint "**/*.{css,scss}"

To run the ESLint linter

  npx eslint .

Deployment

You can deploy this project using: -Go to the main folder of the project and double-click on the index.html file.

(back to top)

πŸ‘₯ Authors

πŸ‘€ Hans-Derly Rameau

(back to top)

πŸ”­ Future Features

  • Add add and remove functionality

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project star it!

(back to top)

πŸ™ Acknowledgments

I would like to thank Microverse

(back to top)

πŸ“ License

This project is licensed .

(back to top)

About

"To-do list" is a tool that helps to organize your day. A simple website that allows for doing that, and built using ES6 and Webpack!

http://ansderly.me/todo-list-webpack/dist

License:MIT License


Languages

Language:JavaScript 70.5%Language:CSS 18.2%Language:HTML 11.3%