- "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.
To get a local copy up and running follow these simple steps.
- VIsual Studio Code.
- 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
- 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.
- [toDoList] https://osbentech.github.io/To-Do-List/dist/
👤 Benjamin Ejike
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
- Give a ⭐️ if you like this project!
- Original checkbox design idea by Kile from "Web Dev Simplified" YouTube Channel in this video.
- This project is MIT licensed.