Giter Club home page Giter Club logo

task-manager-application's Introduction

Task Manager Application

This Task Manager Application is created by EAGLEARCHER for the sole purpose of learning Node.js, Express, and MongoDB. It serves as a project focused on understanding the fundamentals of these technologies.

Functionality

The Task Manager Application provides the following basic functionalities:

  • Adding a Task: Users can add a new task by providing a title, description, and other necessary details.
  • Editing a Task: Users can edit existing tasks, including updating the title, description, or other attributes.
  • Removing a Task: Tasks can be removed or deleted from the task list.
  • Completing a Task: Users can mark a task as completed, which changes its status.

These functionalities are achieved by making API calls to the backend, which interacts with the database to perform CRUD (Create, Read, Update, Delete) operations on tasks.

Getting Started

To get started with the Task Manager Application, follow these steps:

Prerequisites

  • Node.js and npm installed on your machine
  • MongoDB installed locally or accessible via a remote server

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/EAGLEARCHER/task-manager-application.git
  2. Navigate to the project directory:

    cd task-manager-application
  3. Install the dependencies:

    npm install
  4. Set up the environment variables:

    • Create a .env file in the root directory.
    • Define the following variables:
      PORT=3000
      MONGODB_URL=YOUR_MONGODB_CONNECTION_STRING
      
  5. Start the application:

    npm start
  6. Access the application in your browser at http://localhost:3000 (or the specified port).

Contributing

Contributions to this repository are welcome, especially if they aim to improve the learning experience for others. If you'd like to contribute, please follow these guidelines:

  1. Fork the repository.
  2. Create your feature branch: git checkout -b feature/YourFeature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin feature/YourFeature
  5. Open a pull request.

Please ensure that any contributions align with the learning objectives of this repository and maintain a respectful and collaborative environment for all contributors.

License

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

task-manager-application's People

Contributors

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