- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Todo-List is an online tool designed to help individuals or teams manage their tasks and projects. The website typically includes features such as creating and organizing tasks, setting deadlines and reminders, prioritizing tasks, and tracking progress. Users can also collaborate with others by sharing tasks or lists, assigning tasks to specific team members, and leaving comments or notes on specific tasks. Todo-List websites can be used for personal task management or as a project management tool for teams working on projects together. Some popular examples of Todo-List websites include Todoist, Trello, Asana, and Wunderlist.
Client
- HTML
- CSS
- JAVASCRIPT
- [Responsive design]
- [Page Jumps]
- [Add/Remove buttons]
To get a local copy up and running, follow these steps.
In order to run this project you need:
- The current version of node
- To have Git installed on your local machine
- Node Package manager (npm)
- An editor such as Visual Studio Code
Clone this repository to your desired folder:
- Create your classic access token from github.com
- run "git clone https://{access_token}@github.com/username/{repo_name}.git"
- Update your git identity by running "git config --global user.email "[email protected]""
- Update your name on git by running "git config --global user.name "your_name"
Install this project with:
- In the first commit of your feature branch create a .github/workflows folder and add a copy of .github/workflows/linters.yml to that folder.
- create a .gitignore file and add 'node_modules' to it
- run 'npm init -y'
- run 'npm install --save-dev [email protected]'
- Copy hintrc to the root directory of your project.
- run 'npx hint .'
- Fix validation errors.
- run 'npm install --save-dev [email protected] [email protected] [email protected] [email protected]'
- Copy stylelintrc.json to the root directory of your project.
- Run 'npx stylelint "**/*.{css,scss}"'
- fix linter errors
- run 'npm install --save-dev [email protected] [email protected] [email protected] [email protected]'
- Copy eslintrc.json
- Run npx eslint . on the root of your directory of your project
- Fix linter error.
To run the project, execute the following command:
use git bash to open in Vs code
To run tests, run the following command:
Run "npx hint ."
Run "npx stylelint "**/*.{css,scss} --fix " to fix linters
Run "npx eslint . --fix to fix linters"
You can deploy this project using:
- github pages
👤 Author1
- GitHub: Abdi Bekele
- LinkedIn: LinkedIn
- e-mail: [email protected]
- [contact form page]
- [A feature for price inclusion]
- [A feature for updating the cart]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, kindly drop a star for me.
I would like to use this medium to appreciate Microverse that bringing me The best platform ever for me.
This project is MIT licensed.