Skip to content

This repository contains a simple Angular application called "ng-user-list" that allows users to view and add users from a list. The application is built using Angular framework and styled with Bootstrap for a clean and responsive design. Also it uses SweetAlert2.

Notifications You must be signed in to change notification settings

AlbertBabaiani/ng-user-list

Repository files navigation

UserList

This repository contains a simple Angular application called "ng-user-list" that allows users to view and add users from a list. The application is built using Angular framework and styled with Bootstrap for a clean and responsive design. Also it uses SweetAlert2.

Features

  • View a list of users with their names, emails, and phone numbers.
  • Add new users to the list with their information.

Usage

The project is hosted on Netlify. You can access it at https://ng-userlist.netlify.app.


Project Structure

The project structure consists of Angular components, services, and models organized within the src/app directory. Key components include:

  • Components: Contains Angular components responsible for rendering user forms and lists.
  • Models: Defines the structure of user data.
  • Services: Implements services for managing user data.
  • App Component: The root component of the Angular application.

This project was generated with Angular CLI version 16.2.11.

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

This repository contains a simple Angular application called "ng-user-list" that allows users to view and add users from a list. The application is built using Angular framework and styled with Bootstrap for a clean and responsive design. Also it uses SweetAlert2.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published