Skip to content

danielmontes9/angular-challenges

Repository files navigation

Angular Challenges

This is a monorepo containing multiple Angular projects, each created using a different Angular version and UI library. These projects are designed to showcase various approaches and solutions to Angular challenges.

Explore the code to see how different versions and UIs are implemented.

📂 Projects

Each folder inside the repo is a standalone Angular project. Examples:

You can explore each folder’s README.md for more details.

Screenshot

🛠️ Getting Started

  • Clone the repository
  git clone https://github.com/danielmontes9/angular-challenges.git
  cd angular-challenges

🚀 Run a project

  1. Navigate to one of the project folders:
  cd angular-simple-counter
  1. Install dependencies:
  npm install
  1. Start the development server:
  npx ng serve

Then open http://localhost:4200 in your browser.

Author

About

Solutions to challenges done with Angular

Topics

Resources

Stars

Watchers

Forks