Code Monkey home page Code Monkey logo

task-assist's Introduction


Logo

Task Assist

Task Assist - Personal Planner and Organization Management System

Task Assist is a personal planner and organization management system built with Node.js. It helps users plan and organize their tasks efficiently.

Built With

  • Express js
  • Bootstrap
  • JQuery

Features

  • Task Management: Create, update, and delete tasks easily.
  • Expressive: Utilizes the Express framework for a robust and scalable web application.
  • Middleware: Incorporates body-parser and dotenv middleware for enhanced functionality.
  • Google APIs Integration: Leverages the power of Google APIs for seamless integration with external services.

Installation

  1. Clone the repository:

    git clone https://github.com/diveshadivarekar/Task-Assist.git
    
  2. Navigate to the project directory:

    cd Task-Assist
    
  3. Install dependencies:

    npm install
    

Configuration

  1. Create a .env file in the root directory.

  2. Add the following environment variables:

    PORT=3000
    GOOGLE_API_KEY=your_google_api_key
    

Replace your_google_api_key with your actual Google API key.

Usage

Development

Run the following command to start the development server using nodemon:

npm run dev

Production

For production deployment, use the following command:

npm start

Endpoints

  • GET /task-data: Get a list of all tasks.
  • GET /task-data/:fileId: Get details of a specific task.
  • POST /add-task: Create a new task.
  • GET /signinStatus: Get the sign in status

Dependencies

  • body-parser - Parse incoming request bodies in a middleware before handlers.
  • dotenv - Load environment variables from a .env file.
  • express - Fast, unopinionated, minimalist web framework for Node.js.
  • googleapis - Google APIs Node.js client library.
  • nodemon - Monitor for changes and automatically restart the server.

Contributors

License

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

Acknowledgments

  • Special thanks to the Node.js and Express communities.
  • Inspiration from personal productivity tools.


task-assist's People

Contributors

dependabot[bot] avatar diveshadivarekar avatar navalepratham18 avatar rudrachintalwar avatar shashankmahajan200 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

task-assist's Issues

Change logo

Change all the logo with the new task assist logo
Also change the favicons

(Make all the changes in the assets/images)

Svg background

IMG20231229142431.jpg

The logo.svg appears to have black background, make it transparent

resolve the checklist in the task page

this bug is present in the /backend/page-task.html while clicking the edit button of the task

current result
image

want the checklist to appear one after another currently, it shows in coma-separated (raw from the JSON file )

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.