8000 GitHub - wfogame/TaskManager: Uh it has a taskmanager to help u manage ur tasks + =nodejs core modules cuz why NOT
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

wfogame/TaskManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Node.js Task Manager

📖 Table of Contents

  1. Features
  2. Installation
  3. API Docs
  4. Architecture
  5. FAQ

🚀 Features

📦 Core

  • CRUD Operations
  • JSON Storage
  • Real-time Sync

🎨 UI

  • Responsive Design
  • CSS Animations
  • Error Handling

📚 Learning

  • Node.js Cheatsheet
  • Code Examples
  • Best Practices

🔧 Installation

git clone https://github.com/yourusername/nodejs-task-manager.git
cd nodejs-task-manager && node server.js

📚 API Docs

GET /api/tasks
POST /api/tasks
DELETE /api/tasks/:id
Method Endpoint Status Codes
GET /api/tasks 200 ✅ 404 ❌
POST /api/tasks 201 ✨ 400 ⚠️
DELETE /api/tasks/:id 204 🗑️ 404 ❌

🏗 Architecture

┌─────────────┐ HTTP ┌─────────────┐ FS ┌─────────────┐
│  Browser    │◄────►│ Node Server │◄──►│ tasks.json │
└─────────────┘      └─────────────┘    └─────────────┘

❓ FAQ

How to change port?
PORT=4000 node server.js
Data storage?
Stored in tasks.json using Node.js fs

About

Uh it has a taskmanager to help u manage ur tasks + =nodejs core modules cuz why NOT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0