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).
- Add new wishes
- Mark wishes as fulfilled/unfulfilled
- Filter wishes by status
- Responsive and clean UI
- Angular 16 (TypeScript)
- Bootstrap (for UI styling)
- HTML & CSS
- Install dependencies:
npm install
- Run the app:
npm start
- Open your browser at
http://localhost:4200
src/app/- Main application codesrc/assets/- Static assetssrc/shared/models/- Data models
MIT
This project was generated with Angular CLI version 16.2.16.
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.
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.
Run ng build to build the project. The build artifacts will be stored in the dist/ directory.
Run ng test to execute the unit tests via Karma.
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.
To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.