- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
[To_Do_List] is a project that provide user a form. User can fill his/her daily task and remove them when they marked as completed.
HTML CSS ES6 Modules Webpack
Client
Server
Pakage Manager
- [Allow user to add daily task]
- [Allow user to mark the tasks that were completed]
- [Allow user to deleted the completed tasks]
Desktop Version:
To get a local copy up and running, follow these steps.
In order to run this project you need:
- A web browser to view output e.g Google Chrome.
- An IDE e.g Visual studio code.
node
should be installed in your local machine, node website.- Install the
npm
package manager use this to install both node and npm. - A terminal.
Clone this repository to your desired folder or download the Zip folder:
https://github.com/fpsapc/To_Do_List
- Navigate to the location of the folder in your machine:
you@your-Pc-name:~$ cd To_Do_List
To install all dependencies, run:
npm install
To run the project, follow these instructions:
- After Cloning this repo to your local machine.
- Open the
index.html
in your browser. - You can also use
npm start
command in terminal to run this at localhost:8080
To run tests, run the following command:
- Track HTML linter errors run:
npx hint .
- Track CSS linter errors run:
npx stylelint "**/*.{css,scss}"
- Track JavaScript linter errors run:
npx eslint .
- run test:
npm test
You can deploy this project using: GitHub Pages,
- I used GitHub Pages to deploy my website.
- For more information about publishing sources, see "About GitHub pages".
👤 Salman Ahmad Khan
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
👤 Tebe Tisloh
- GitHub: @Booze33
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
- [I will add some images to this project to make it look's more attractive]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project give me a star ⭐️
I would like to thank web.archive.org. for this to do list format
-
[How this list works]
- [add your daily task and click on checkbox for completed task]
This project is MIT licensed.