- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
[To do list] is used to display and remind us of what we have to do and equally delete the completed task.
Client
Database
- [I use webpack to bundle JavaScript]
- [I create a new JavaScript file for the new functionality.]
- [I implement a function for adding a new task (add a new element to the array).]
- [I implement a function for deleting a task (remove an element from the array).]
- [I implement a function for editing task descriptions.]
- [I added an event listener to the checkbox (change).]
- [I implement a function to update items object's value for completed key upon user actions]
- [I implement a function for the "Clear all completed" button using (use filter() method)]
Add a link to your deployed project.
Describe how a new developer could make use of your project.
To get a local copy up and running, follow these steps.
-
In order to run this project you need:
-
git: A tool for managing source code
-
Visual Studio Code: A source code editor
-
Live Server: A simple web server utility for Visual Studio Code
Clone this repository to your desired folder: https://github.com/Donmark2k/todo_list.git
Example commands:
cd my-folder
git clone git@github.com:myaccount/my-project.git
Install this project with:
- cd my-folder
- git clone https://github.com/Donmark2k/todo_list.git
install npx
Example command:
cd my-project
npx install
--->
To run the project, execute the following command:
- Open the cloned folder on the VS code
- Open the live server
To run tests, run the following command:
- To check for stylelint errors, run npx stylelint "**/*.css{css,scss}".
- To check for javascript error, run npx eslint .
You can deploy this project using:
- Github pages
Github pages
follow these steps for example
Mention all of the collaborators of this project.
👤Chukwuemeka Ochuba
- GitHub: @Donmark2k
- Twitter: @Donmark2k
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Victor Chiemerie and Grace Htet has been of tremendous help so far.
I would like to appreciate Microverse for providing the resources and the platform for us to be a Professional full-stack developer.
Add at least 2 questions new developers would ask when they decide to use your project.
-
[Are you sure that you are owner of this work]
-
[Yes, I am]
-
[Can you make the website responsive]
-
[Yes]
-
This project is MIT licensed.