TO-DO-LIST-APP 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.
- HTML
- CSS
- JAVASCRIPT
To get a local copy up and running follow the following steps.
- node js
- code editor (eg. vscode)
- Copy this link
[email protected]:Kwentsir/To-Do-List-App.git
. - Get the directory that you want to clone the repository.
- Open the command prompt in this directory.
- Enter git clone
[email protected]:Kwentsir/To-Do-List-App.git
.
- Go to the repository folder in your command prompt
cd To-Do-List
.
- Run
npm install
to install the dev dependencies for linters and webpack. - Run
npm build
to build the application with webpack. - Run
npm run start
to start the development server.
👤 Author1
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
👤 Author1
- GitHub: @huseyinbiyik
- Twitter: @huseyin__biyik
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc
This project is MIT licensed.