Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

TaskMaster - Full-Stack Task Management Application

TaskMaster UI Preview

Table of Contents

  1. Features
  2. Tech Stack
  3. Installation
  4. API Documentation
  5. Testing Guide
  6. UI Walkthrough
  7. Troubleshooting

Features

  • Create, read, update, and delete tasks
  • Mark tasks as complete/incomplete
  • Responsive design (works on mobile/desktop)
  • Persistent data storage (JSON file)
  • RESTful API backend

Tech Stack

Component Technology
Frontend React 18, CSS3
Backend Node.js, Express
Data Storage JSON (file)
API Testing Postman, curl

Installation

1. Backend Setup

# Clone repository
git clone https://github.com/SSwanshi/TaskMaster.git
cd taskmaster/server

# Install dependencies
npm install

# Start server (runs on port 5000)
node server.js

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages