todo_webpack

This is a Javascript To-Do List with Webpack.

Stars
3

Table of Contents

[Todo App Webpack]

Awesome Books ES6 Is a website app of a Todo list using ES6 and webpack. Scripts are built with type modules, and elements added can be saved, removed and edited from local storage.

Built With

Tech Stack

Key Features

  • Dynamic content using JavaScript

Live Demo

Getting Started

To get the content of this project locally you need to run the following commands in your terminal:

and follow these steps.

Prerequisites

  • IDE(code editor) like: Vscode, Sublime, etc.
  • Git

Setup

Clone this repository to your desired folder:

  1. Download the Zip file or clone the repo with:
    bash git clone [email protected]:gjuliao/todo_webpack.git
  2. To access cloned directory run:
    bash cd awesome_books_modules
  3. Open it with the live server

Install

To install linters and other project's dependencies run: bash npm install

Usage

To run the project, execute the following command:

Run tests

To run tests, run the following command:

Test for Linters For tracking linter errors locally you need to follow these steps:

  1. For tracking linter errors in HTML files run:
    bash npx hint .
  2. For tracking linter errors in CSS or SASS files run:
    bash npx stylelint "**/*.{css,scss}"
  3. For tracking linter errors in javascript files run:
    bash npx eslint .

Deployment

You can deploy this project using:

Authors

Giovanni Juliao

Future Features

  • [Add navigation bar]

Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Write a message to encourage readers to support your project

If you like this project...

Acknowledgments

Give credit to everyone who inspired your codebase.

I would like to thank...

FAQ

  • [Can I copy this project?]

    • [Yes, you can!]
  • [Do I have to give credits if I copy the project?]

    • [Not needed, but would be great if you do and also it's coding best practice.]

License

This project is MIT licensed.

Related Projects