Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.21 KB

README.md

File metadata and controls

51 lines (35 loc) · 1.21 KB

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.