The main purposes of the project are:
- Understand how to store input data in Javascript class.
- Use Form for input data.
- Display the todo list data using display method
- Style them using CSS
- Apply drag and drop to sort the list
- To change the status of a task check and uncheck it
- Implement the CRUD (create, update, delete) methods. All the elements of the user interface are fully functional
- Understand how to use webpack
https://ridaarif98.github.io/todolist/dist/
This project is build with:
- HTML
- CSS
- Javascript
- Webpack
- In your local PC, open your terminal or command prompt in the folder you would like to clone this repository into
- Make sure you have Node NPM installed on your computer
- Clone or download this repo on your machine:
git clone https://github.com/ridaarif98/todolist.git
- Enter project directory with command
cd todolist
- Run
npm install
- Run
run build
- Run
npm start
- Open index.html in your browser
👤 Rida Arif
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
Feel free to check the issues page
Give a ⭐ if you like this project!
- Thanks to Microvers team that help for this project
- Thanks to everyone who will get time to check this code.