Skip to content

adg08101/angular-learning-systems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

39 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Angular Learning Systems

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.

πŸš€ Projects

Project Description
course-booking-system A simple course listing & booking demo: shows a list of courses, course details, and a UI to browse courses.

πŸ“¦ Tech Stack

  • Framework: Angular (TypeScript)
  • Languages: TypeScript, HTML, CSS
  • Tools: Angular CLI, standard Angular tooling

πŸ› οΈ Getting Started (Local Setup)

To run any of the projects locally:

  1. Clone the repository
    git clone https://github.com/adg08101/angular-learning-systems.git
  2. Navigate to the project folder you want to run. For example:
    cd angular-learning-systems/course-booking-system
  3. Install dependencies:
    npm install
  4. Run the development server:
    ng serve
  5. Open your browser at http://localhost:4200 to view the app.

πŸ“ Project Structure (for course-booking-system)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published