Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebProject

Task Manager Web Application

Overview

The Task Manager Web Application is a university project designed to help users efficiently manage their daily tasks. This web-based system enables users to sign up, log in, and organize tasks with ease. Developed collaboratively by a team of three, the application leverages React for the frontend and Express.js for the backend.

Features

  • User Authentication – Secure sign-up and login functionality.
  • Task Management – Create, update, and delete tasks to stay organized.
  • Responsive Design – Optimized for seamless use across different devices.

Technologies Used

  • Frontend: React
  • Backend: Express.js

Project Structure

The project follows a structured approach, dividing frontend and backend functionalities:

/task-manager-app
 ├── frontend/   # React application (UI components & logic)
 ├── backend/    # Express.js server (API & database interactions)

Live Demo

Check out the live application: Task Manager Web App

Installation & Setup

To run the project locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/wondomen/WebProject.git
  2. Navigate to the project directory:
    cd task-manager-app
  3. Install frontend dependencies:
    cd frontend && npm install
  4. Install backend dependencies:
    cd ../backend && npm install
  5. Start the development server:
    npm run dev

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages