Skip to content

This project is for making a webpack template for initializing my next coming projects. I will add webpack, bubble and linter configuration to this repository

Notifications You must be signed in to change notification settings

bushmusi/webpack-template

Repository files navigation

Todo List

This is a book shelve website dedicated to store collection of books, add new books and delete books.

In this project, you will be using javascript arrays and object to store the list of books and saving the book colection in the local storage. Do not use any other framework, just pure javascript. After you are done with the project, run tests and deploy.

screenshot

Built With

  • HTML5, Javascript
  • CSS3
  • Linters

Getting Started

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

Prerequisites

Setup

  • git clone https://github.com/bushmusi/todo-list.git
  • cd todo-list/
  • Install packages: npm install
  • Start Live Server: npm start

-Follow the HTML-CSS linter confuguration to docs to setup linters Link to Microverse linter docs

Run tests

For tracking linters errors locally, you need to follow these steps:

  • For tracking linter errors in HTML file run:
  1. npm install --save-dev hint@6.x
  2. npx hint .
  • For tracking linter errors in CSS file run:
  1. npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x
  2. npx stylelint "**/*.{css,scss}"
  • For tracking linter errors in Javascript file run:
  1. npm install --save-dev eslint@7.x eslint-config-airbnb-base@14.x eslint-plugin-import@2.x babel-eslint@10.x
  2. npx eslint .

Deployment

  • Use GitHub pages to deploy website
  • For more information about publishing sources, see About github pages

Author

👤 Bushra

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

Acknowledgments

  • Microverse
  • Coding Partners
  • Code Reviewers

📝 License

This project is MIT licensed.

About

This project is for making a webpack template for initializing my next coming projects. I will add webpack, bubble and linter configuration to this repository

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published