A collection of small Angular-based projects for learning, inspiration, or reuse. Each subfolder contains an independent Angular app – some using SCSS, some Tailwind CSS – and comes with its own README.
| Name | Description | Link |
|---|---|---|
| profile-card | A simple, responsive profile card UI | View |
| tic-tac-toe | A classic Tic-Tac-Toe game | View |
| rock-paper-scissors | A classic Rock Paper Scissors game | View |
| calculator | A simple calculator for basic arithmetic | View |
| currency-converter | A converter for different currencies | View |
| checkers | The traditional two-player checkers game | View |
| password-checker | Generate secure passwords and check breaches using Have I Been Pwned | View |
- Node.js
- npm
- Angular CLI
git clone https://github.com/DenizAltunkapan/angular-projects.gitthen navigate to the project folder
cd [project-name]npm installTo start a local development server, run:
ng serveOnce the server is running, open your browser and navigate to http://localhost:4200/. The application will automatically reload whenever you modify any of the source files.
For more information on using Angular, visit the official documentation:
Angular Documentation
For more information on Tailwind CSS, visit the official documentation:
Tailwind CSS Documentation
For more information on Angular CLI commands and tools, visit the official CLI reference:
Angular CLI Overview and Command Reference