Skip to content

A collection of small, independent Angular projects showcasing various apps and UI components for learning and inspiration.

License

Notifications You must be signed in to change notification settings

DenizAltunkapan/angular-projects

Repository files navigation

Angular Projects

License: MIT

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.

Projects

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

Getting Started

Prerequisites

  • Node.js
  • npm
  • Angular CLI

Clone this Repository

git clone https://github.com/DenizAltunkapan/angular-projects.git

then navigate to the project folder

cd [project-name]

Install packages

npm install

Development server

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.

Additional Resources

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

About

A collection of small, independent Angular projects showcasing various apps and UI components for learning and inspiration.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published