Skip to content

Sajid788/kazam-todo-Task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Kazam Task Management Application

A full-stack to-do list application built with Node.js, React, Redis, MongoDB, and MQTT.

Project Structure

The project is divided into two main parts:

  • Frontend: React application with Tailwind CSS for styling
  • Backend: Express.js API with MongoDB, Redis, and MQTT integration

Quick Start

Prerequisites

  • Node.js
  • MongoDB
  • Redis
  • MQTT Broker (e.g., Mosquitto)

Installation and Setup

  1. Clone the repository

    git clone https://github.com/Sajid788/kazam-todo-Task.git
    cd kazam-todo-Task
  2. Set up the backend

    cd backend
    npm install
    npm run dev
  3. Set up the frontend

    cd frontend
    npm install
    npm start
  4. Access the application at http://localhost:3000

Features

  • Create, read, update, and delete tasks
  • Real-time updates via MQTT
  • Data caching with Redis
  • Responsive UI built with React and Tailwind CSS

Screenshot

image

About

A full-stack to-do list application built with Node.js, React, Redis, MongoDB, and MQTT.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published