GithubHelp home page GithubHelp logo

taskmanagerbackend's Introduction

Task Manager

A comprehensive task management application built with React, Redux, Node.js, and MongoDB.

Table of Contents

Introduction

Task Manager is a comprehensive task management application designed to help users efficiently manage their tasks. It includes features like user authentication, task creation, editing, deletion, and status management. The application is built with a modern stack, including React, Redux, Node.js, and MongoDB.

Features

  • User authentication (signup, login)
  • Add, edit, delete tasks
  • Task status management (backlog, in progress, done)
  • Responsive design
  • Notifications for task updates

Technologies Used

Frontend:

  • React
  • Redux Toolkit
  • React Router
  • SCSS

Backend:

  • Node.js
  • Express
  • MongoDB
  • Mongoose

Other Tools:

  • Axios
  • React Icons
  • React Toastify

Installation

Prerequisites

  • Node.js and npm installed on your machine
  • MongoDB installed and running

Backend Setup

  1. Clone the repository:

    git clone https://github.com/Pawar7349/Task-Manger.git
  2. Navigate to the server directory:

    cd Task-Manger/server
  3. Install backend dependencies:

    npm install
  4. Set up environment variables: Create a .env file in the server directory and add the following:

    MONGODB_URI=your_mongodb_uri
    JWT_SECRET=your_jwt_secret
  5. Start the backend server:

    npm start

Frontend Setup

  1. Navigate to the client directory:

    cd ../client
  2. Install frontend dependencies:

    npm install
  3. Start the frontend development server:

    npm start

Usage

  1. Open your browser and go to http://localhost:3000.
  2. Register a new account or log in with an existing account.
  3. Add, edit, and manage your tasks through the intuitive UI.

Contributing

Contributions are welcome! Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature-branch
  3. Make your changes.
  4. Commit your changes:
    git commit -m "Description of changes"
  5. Push to the branch:
    git push origin feature-branch
  6. Open a pull request.

License

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

Contact

Pratik Pawar - [email protected]

GitHub Repository: https://github.com/Pawar7349/Task-Manger

taskmanagerbackend's People

Contributors

pawar7349 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.