This project is using React TypeScript to build an interactive To-Do-List Application.
This project also makes use of the basic concept of Event Listener, React Hooks (State Hook and Effect Hook) to create and maintain an interactive application.
In order to view the website, you can either open the link below or make a local copy and run it locally.
https://loquacious-longma-968954.netlify.app/
This part show how you can install and setup the application locally.
- Clone this repository
git clone https://github.com/ChangHorng/taskify.git
- Install NPM packages (Make sure you have your npm installed in your laptop)
npm install
- Run the website and click on the link
npm run dev
Now, you can view the website!