Skip to content

The Task Manager Application is a full-stack web application developed using the MERN stack (MongoDB, Express.js, React.js, Node.js). It allows users to efficiently manage their tasks, providing features for task creation, updating, deletion, and monitoring.

Notifications You must be signed in to change notification settings

OmarKhouya/task-manger-mern-basic-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Task manager crud basic

The Task Manager Application is a full-stack web application developed using the MERN stack (MongoDB, Express.js, React.js, Node.js). It allows users to efficiently manage their tasks, providing features for task creation, updating, deletion, and monitoring.

Features

  • Task Management: Create, update, delete, and monitor tasks.
  • User Interface: Intuitive and user-friendly interface for easy task management.
  • Responsive Design: Accessible from various devices with responsive design.
  • Backend API: RESTful API endpoints for interacting with the application.

Technologies Used

  • Frontend: React.js
  • Backend: Node.js with Express.js
  • Database: MongoDB
  • Styling: CSS with Bootstrap framework

Installation

Clone the repository :

 git clone https://github.com/OmarKhouya/task-manger-mern-basic-crud.git

install dependencies :

 cd client
 npm install
 cd ../server
 npm install

Usage

 cd client
 npm start
 cd ../server
 npm run start

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

About

The Task Manager Application is a full-stack web application developed using the MERN stack (MongoDB, Express.js, React.js, Node.js). It allows users to efficiently manage their tasks, providing features for task creation, updating, deletion, and monitoring.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published