Skip to content

This is a team project in the Microverse second Module. The project is a to-do list application that enables a user to add and remove tasks to a list

Notifications You must be signed in to change notification settings

usorfaitheloho/ToDo-list-app

Repository files navigation

ToDo-list App

This is a microverse project that allows users to update tasks from a list using javascript modules

Our goal here is to Build a book application with add and remove feature from scratch using JavaScripts... click [here] (https://usorfaitheloho.github.io/ToDo-list-app/dist) to see deployed live version

screenshot screenshot screenshot

Features implemented so far

  • Add book feature
  • Remove book feature
  • Saving current state of booklist to local storage

Built With

  • HTML5, Javascript
  • CSS3
  • Linters

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

Prerequisites

  • Have a good knowledge on javascript objects
  • Have VSCode or other text editor installed. Link to download VSCode
  • Install node package. Link to download node
  • Have git installed.Link to download git
  • Create a github repository.
  • Node Package Manager (For installing packages like Lighthous, webhint & stylelint used for checking for debugging bad codes before deployment)

Getting started

Cloning the project

cd To-Do-list-Application npm install npm run start

## Getting packages and debuging with Stylelint

npm install --save-dev [email protected] [email protected] [email protected] [email protected]

##### For validation detection using Stylelint Run

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

##### from parent source directory
## Getting packages and debuging with ESlint

npm install npm install --save-dev [email protected] [email protected] [email protected] [email protected]

##### For validation detection using Stylelint Run

npx eslint .

##### from parent source directory
## Getting packages and debuging with Webhint

npm init -y npm install --save-dev [email protected]

##### For validation detection using Webhint Run

npx hint .

## Unit Testing
You can find each unit test cases in the Test folder located in the parent source directory of the project. you can create your own custom unit test and test it by running

npx run test

This should run all unit test found in the application.test.js from the Test folder.


## Authors

👤 **Faith Eloho usor**

- GitHub: [@githubhandle](https://github.com/usorfaitheloho)


About

This is a team project in the Microverse second Module. The project is a to-do list application that enables a user to add and remove tasks to a list

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published