A collection of learning/demo projects built with Angular.
This repository contains sample projects aimed at helping you practice and learn Angular (and related web technologies) by building small-to-medium applications.
| Project | Description |
|---|---|
| course-booking-system | A simple course listing & booking demo: shows a list of courses, course details, and a UI to browse courses. |
- Framework: Angular (TypeScript)
- Languages: TypeScript, HTML, CSS
- Tools: Angular CLI, standard Angular tooling
To run any of the projects locally:
- Clone the repository
git clone https://github.com/adg08101/angular-learning-systems.git
- Navigate to the project folder you want to run. For example:
cd angular-learning-systems/course-booking-system - Install dependencies:
npm install
- Run the development server:
ng serve
- Open your browser at
http://localhost:4200to view the app.