/task_manager_react

A responsive task management app that allows users to add, view and delete tasks

Primary LanguageTypeScript

Task Manager

A responsive task management app that allows users to add, view and delete tasks

Table of Contents

About The Project

A responsive task management app that allows users to add, view and delete tasks

Tech Stack

Client: React, React Hook Form, Zod, TailwindCSS

Screenshots

App Screenshot

Installation

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

  # Clone this repository
  $ git clone https://github.com/daniel-liemng/task_manager_react.git

  # Go into the repository
  $ cd task_manager_react

  # Install dependencies
  $ npm install

  # Run the app
  $ npm run dev