Skip to content

ChangHorng/taskify

Repository files navigation

About The Project

This project is using React TypeScript to build an interactive To-Do-List Application.
React
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.

Getting Started

In order to view the website, you can either open the link below or make a local copy and run it locally.

Link to Website

https://loquacious-longma-968954.netlify.app/

Local Installation

This part show how you can install and setup the application locally.

  1. Clone this repository
    git clone https://github.com/ChangHorng/taskify.git
  2. Install NPM packages (Make sure you have your npm installed in your laptop)
    npm install
  3. Run the website and click on the link
    npm run dev

Now, you can view the website!