Code Monkey home page Code Monkey logo

taskpulse's Introduction

TaskPulse

TaskPulse is an intuitive application designed to help users register personalized tasks and efficiently track them based on their status. Whether you're managing personal projects, work tasks, or daily chores, TaskPulse provides a streamlined solution for keeping your tasks organized and ensuring nothing slips through the cracks.

Participating in



Banner

Features

  • Task Registration: Easily register new tasks with detailed information, including task name, description, due date, and priority.

  • Status Tracking: Categorize tasks based on their status (e.g., To-Do, In Progress, Completed) to monitor progress at a glance.

  • Priority Sorting: Prioritize tasks by assigning different priority levels, ensuring that important tasks are given the attention they deserve.

  • User-Friendly Interface: The application boasts an intuitive and user-friendly interface, making task management a seamless and enjoyable experience.

  • Notification System: Receive timely reminders and notifications for approaching due dates, helping you stay on top of your tasks.

Installation

To get started with TaskPulse, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/your-username/TaskPulse.git
    cd TaskPulse
  2. Backend Setup:

    • Create a .env file in the backend folder.
    • Add the following variables to the .env file:
      PORT=8080
      MONGODB_URL=<Your MongoDB Connection URL>
      ENCRYPTION_REF=<Your Encryption Reference>
    • Open a terminal and navigate to the backend folder:
      cd backend
    • Run the backend server with the following command:
      npm run dev

    Ensure that you have a MongoDB instance running and replace <Your MongoDB Connection URL> with the appropriate connection URL. The ENCRYPTION_REF is a reference used for encryption; replace it with a secret key for your application.

  3. Frontend Setup:

    • Open a new terminal and navigate to the frontend folder:
      cd frontend
    • Install the required dependencies:
      npm install
    • Run the frontend development server with the following command:
      npm run dev

    The frontend development server will start, and you can access the application at localhost server by default. Make sure to complete the backend setup (as mentioned in step 2) before running the frontend to ensure proper communication between the frontend and backend.

  4. Pushing Changes to GitHub:

    Once you have made your changes and finalized your code in the local files, follow these steps to push the changes to GitHub:

    • Create a new branch for your changes:

      git branch <your_branch_name>
    • Switch to the new branch:

      git checkout <your_branch_name>
    • Add all changes to the staging area:

      git add .
    • Commit the changes with a meaningful commit message:

      git commit -m "Your commit message here"
    • Push the changes to the remote repository (GitHub):

      git push origin <your_branch_name>

    After pushing the changes, you can create a pull request on GitHub to merge your changes into the main branch or any desired target branch.

    Note: Make sure you replace <your_branch_name> with the actual name you chose for your new branch.

taskpulse's People

Contributors

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