Skip to content

A simple Angular application to manage a wishlist. Users can add wishes, mark them as fulfilled, and filter the list by status (All, Unfulfilled, Fulfilled).

Notifications You must be signed in to change notification settings

Swetasmita/wishlist-angular-app

Repository files navigation

Wishlist App

A simple Angular application to manage a wishlist. Users can add wishes, mark them as fulfilled, and filter the list by status (All, Unfulfilled, Fulfilled).

Features

  • Add new wishes
  • Mark wishes as fulfilled/unfulfilled
  • Filter wishes by status
  • Responsive and clean UI

Tech Used

  • Angular 16 (TypeScript)
  • Bootstrap (for UI styling)
  • HTML & CSS

Getting Started

  1. Install dependencies:
    npm install
  2. Run the app:
    npm start
  3. Open your browser at http://localhost:4200

Project Structure

  • src/app/ - Main application code
  • src/assets/ - Static assets
  • src/shared/models/ - Data models

License

MIT

This project was generated with Angular CLI version 16.2.16.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.

About

A simple Angular application to manage a wishlist. Users can add wishes, mark them as fulfilled, and filter the list by status (All, Unfulfilled, Fulfilled).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published