This project is an Angular application for managing and displaying calendar events.This project was generated with Angular CLI version 18.2.13.
- Node.js (>= 12.x)
- Angular CLI (>= 12.x)
-
Clone the repository:
git clone https://github.com/your-username/angular-calendar.git cd angular-calendar
-
Install the dependencies:
npm install
-
Start the development server:
ng serve
-
Open your browser and navigate to
http://localhost:4200
.
- Execute the unit tests:
ng test
-
Build the project for production:
ng build
-
The build artifacts will be stored in the
dist/
directory.
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature-branch
). - Open a pull request.
This project is licensed under the MIT License.