Skip to content

Releases: KGG-Dev-Course/taskmaster-ui

Initial Angular Setup - v1.0.0

12 Dec 14:00
6caacea
Compare
Choose a tag to compare

Version 1.0.0 - Initial Angular Setup

This release marks the initial setup of the Angular project, laying the foundation for the task management frontend application.

Features and Changes

  • Basic Angular Project Structure: Includes the core Angular setup, initial configuration files, and essential dependencies.
  • Installation and Setup: Instructions provided in the README.md file to guide users on how to clone the repository and run the application locally.
  • Version Tagging: Tagged version v1.0.0 signifies the starting point of the project.

Usage Guidelines

  • Cloning the Repository:

    git clone https://github.com/chenxidev1129/taskmaster-ui.git
    cd task-management-angular
  • Installing Dependencies:

    npm install
  • Running the Application:

    ng serve
  • Access the application at http://localhost:4200/.

Next Steps

Future releases will include additional features for task management, such as CRUD operations, task organization, user authentication, and more.

Contributing

Contributions are welcome! If you're interested in contributing to the project, follow the guidelines mentioned in the README.md file.

Acknowledgements

  • Angular Framework
  • Angular CLI
  • [Any other libraries or resources used in the setup]

Contact

For any queries or suggestions, feel free to contact [Your Name] via [email/other contact details].

Full Changelog: https://github.com/chenxidev1129/taskmaster-ui/commits/v1.0.0