Skip to content

This is a primitive To Do List app. Do check it out and Star⭐the project if it catches your eye

Notifications You must be signed in to change notification settings

i-max-xi/To-do-list

Repository files navigation

To Do List

A solo project in the Microverse second Module (JavaScript). The project is an application that enables a user to add and remove activities from a list and other functionalities, making it your handy To Do List.

The end goal of the project is to build the application using and mastering ES6 modules.

Click HERE to get a live preview of the project

Built With:

  • HTML
  • CSS
  • JavaScript.

Stages

  • List structure.
  • Interactive list.
  • Add and remove items.

Cloning the project

git clone  https://github.com/i-max-xi/To-do-list.git <Your-Build-Directory>

Deploy local

npm start

Getting packages and debuging with Stylelint

npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x
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 eslint@7.x eslint-config-airbnb-base@14.x eslint-plugin-import@2.x babel-eslint@10.x
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 hint@6.x
For validation detection using Webhint Run
npx hint .

🤝 Contributing

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Author

Appiah Maxwell Gyimah

📝 License

This project is MIT licensed.

About

This is a primitive To Do List app. Do check it out and Star⭐the project if it catches your eye

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published