Skip to content

osbentech/To-Do-List

Repository files navigation

Microverse HTML CSS JavaScript

  • "To-do list" is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete.

Getting Started

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

Prerequisites

  • VIsual Studio Code.

Setup

  • Open the terminal on your computer
  • Navigate through directories using change directory (cd) command to where you want to clone the repository.
  • Type the following lists of commands and press ENTER after each command:
  • the terminal will send to you information about your download.
  • Now get into the new directory
    • cd t-Do-List
  • Now create node_modules with the next command
    • npm install --save-dev
    • Open project in VSC
      • code .
    • Open in browser using webpack-dev-server
      • npm start

Built With

  • HTML/CSS & JS best practices: Correct use of tags, elements, properties and syntax.
  • GitHub flow: Correct use of Branches for deployment and features development.
  • Linters Check: Local and Pull Request check for errors, bugs and stylistic errors in code.
  • Webpack: used as a bundle to compile JavaScript modules.

🌎 Live Demo:

Author

👤 Benjamin Ejike

Show your support

  • Give a ⭐️ if you like this project!

Acknowledgments

  • Original checkbox design idea by Kile from "Web Dev Simplified" YouTube Channel in this video.

📝 License

  • This project is MIT licensed.

About

This is a javascript project named To-do-list App. It can help user keep track of daily activities. It adds and removes completed tasks

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors