Giter Site home page Giter Site logo

task_manager's Introduction

README.md

Task Management Application

This is a simple Task Management Application that allows users to create, read, update, and delete tasks. This project demonstrates proficiency in both front-end and back-end development skills using the MERN (MongoDB, Express, React, Node.js) stack.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Node.js installed
  • MongoDB instance running (local or cloud)

Getting Started

Follow these steps to set up and run the project locally.

1. Clone the Repository

git clone https://github.com/yourusername/task-manager.git
cd task-manager

2. Set Up the Backend

  1. Navigate to the backend directory:

    cd backend
  2. Install the dependencies:

    npm install
  3. Create a .env file in the backend directory and add your MongoDB URI and server port:

    MONGO_URI=<Your MongoDB URI>
    PORT=5000
    
  4. Start the backend server:

    npm run server

3. Set Up the Frontend

  1. Navigate to the frontend directory:

    cd frontend
  2. Install the dependencies:

    npm install
  3. Start the frontend development server:

    npm start

4. Running Both Servers Concurrently

For convenience, you can run both the backend and frontend servers concurrently from the root directory using the following command:

npm install
npm run dev

Folder Structure

task-manager/
│
├── backend/
│   ├── controllers/
│   │   └── taskController.js
│   ├── models/
│   │   └── taskModel.js
│   ├── routes/
│   │   └── taskRoutes.js
│   ├── app.js
│   └── config/
│       └── db.js
│
├── frontend/
│   ├── public/
│   │   └── index.html
│   ├── src/
│   │   ├── components/
│   │   │   ├── Task.js
│   │   │   ├── TaskForm.js
│   │   │   ├── TaskList.js
│   │   │   ├── TaskDetail.js
│   │   │   └── TaskEdit.js
│   │   ├── App.js
│   │   ├── index.js
│   │   └── App.css
│
├── package.json
└── README.md

Features

  • Landing Page: Displays a list of tasks.
  • Add New Task: Users can add tasks with a title, description, and due date.
  • View Task: Users can view detailed information about each task.
  • Edit Task: Users can edit existing tasks.
  • Delete Task: Users can delete tasks.

Technologies Used

  • Front-end: React, Axios
  • Back-end: Node.js, Express, MongoDB, Mongoose
  • Environment Variables: dotenv

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgements

  • Thanks to the open-source community for providing great tools and resources.

Screenshots

  • Landing Page Screenshot 2024-06-14 154544
  • View Task Screenshot 2024-06-14 154633
  • Update Task Screenshot 2024-06-14 154655

task_manager's People

Contributors

kk-tarun avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.