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.git
then navigate to the project folder
cd [project-name]
npm install
To start a local development server, run:
ng serve
Once 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