Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 761 Bytes

README.md

File metadata and controls

38 lines (28 loc) · 761 Bytes

TaskMaster App


Introduction

TaskMaster is a full-stack application designed to simplify your daily task management. With a user-friendly interface, it allows you to easily add, update, and delete tasks. Integrated with Auth0, it ensures secure user authentication. Whether you're juggling multiple work projects or just trying to keep track of weekend errands, TaskMaster is designed to make your life easier.


Features

  • Task Management
  • User Authentication
  • Real-time updates

Tech Stack

  • React
  • TypeScript
  • Node.js
  • Express
  • SQLite3
  • Auth0

Getting Started

Prerequisites

  • Node.js
  • npm

Installation

git clone https://github.com/eden-pearson/task-master.git
cd task-master
npm install
npm run dev