Skip to content

anthcoding/task-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Manager (Node.js & Vanilla JavaScript)

A simple yet powerful task management web application built with Node.js for the backend and vanilla JavaScript for the frontend. This project allows users to create, update, delete, and track tasks with a clean, intuitive interface, all without relying on heavy frameworks like React or Vue—just pure JavaScript!

Features

  • Task CRUD Operations: Create, read, update, and delete tasks.
  • User-Friendly Interface: A lightweight, responsive frontend built with vanilla JavaScript, HTML, and CSS.
  • Minimal Dependencies: Focuses on native JavaScript and Node.js for a lean, maintainable codebase.
  • Cross-Platform: Runs on any modern browser and Node.js environment.

Technologies Used

  • Node.js: Powers the backend server and API for handling task data.
  • Vanilla JavaScript: Builds the interactive frontend without any frameworks.
  • HTML/CSS: Creates a clean, responsive UI for task management.
  • Optional (Customizable): JSON for data storage, or integrate with SQLite, MongoDB, or other databases.

Getting Started

  1. Clone this repository: git clone https://github.com/anthcoding/task-manager.git
  2. Navigate to the project folder: cd task-manager
  3. Install dependencies: npm install
  4. Start the server: npm start
  5. Open index.html in a browser or access the app via http://localhost:3000.

Prerequisites

  • Node.js (v14 or higher)
  • A modern web browser

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published