Skip to content

AshitaSri/TaskMaster-Notepod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TaskMaster Notepod - TODO LIST APP with MEAN Stack

TaskMaster Notepod is a web application built using Angular for the frontend.

Getting Started

To get a local copy of the project up and running, follow these simple steps:

Prerequisites

Ensure you have the following prerequisites installed on your local machine:

  • Node.js
  • npm (Node Package Manager)

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/AshitaSri/TaskMaster-Notepod.git
  2. Navigate to the project directory:

    cd TaskMaster-Notepod
  3. Install dependencies for the server:

    cd server
    npm install
  4. Start the server:

    npm start
  5. Navigate to the client directory:

    cd ../client
  6. Install dependencies for the client:

    npm install
  7. Serve the Angular application:

    ng serve
  8. Access the website:

    Open your web browser and go to http://localhost:4200/

Usage

Once the application is running, you can start using it to manage your tasks efficiently.

Contributing

Contributions are welcome! Please feel free to submit a pull request.

License

This project is licensed under the MIT License.


Feel free to add more sections or details to this README file as needed for your project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published