Skip to content

This project is an Angular application for managing and displaying calendar events.

Notifications You must be signed in to change notification settings

MehrdadKowsari/angular-calendar

Repository files navigation

Angular Calendar

This project is an Angular application for managing and displaying calendar events.This project was generated with Angular CLI version 18.2.13.

Prerequisites

  • Node.js (>= 12.x)
  • Angular CLI (>= 12.x)

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/angular-calendar.git
    cd angular-calendar
  2. Install the dependencies:

    npm install

Running the Application

  1. Start the development server:

    ng serve
  2. Open your browser and navigate to http://localhost:4200.

Running Tests

  1. Execute the unit tests:
    ng test

Building the Application

  1. Build the project for production:

    ng build
  2. The build artifacts will be stored in the dist/ directory.

Contributing

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

License

This project is licensed under the MIT License.