TaskMaster Notepod is a web application built using Angular for the frontend.
To get a local copy of the project up and running, follow these simple steps:
Ensure you have the following prerequisites installed on your local machine:
- Node.js
- npm (Node Package Manager)
-
Clone the repository to your local machine:
git clone https://github.com/AshitaSri/TaskMaster-Notepod.git
-
Navigate to the project directory:
cd TaskMaster-Notepod
-
Install dependencies for the server:
cd server npm install
-
Start the server:
npm start
-
Navigate to the client directory:
cd ../client
-
Install dependencies for the client:
npm install
-
Serve the Angular application:
ng serve
-
Access the website:
Open your web browser and go to http://localhost:4200/
Once the application is running, you can start using it to manage your tasks efficiently.
Contributions are welcome! Please feel free to submit a pull request.
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.