- Notifications
You must be signed in to change notification settings - Fork0
ShayGali/City-Website
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This project was built as part of an Angular course.
The project was to build a website for a specific municipality with the option to edit the information on the website.
Represents the residents of the city, there are two routes here:
Cards representing the residents with information about them and their photo and a button that takes us to edit the information about that resident.
This page allows us to edit the information about that resident, The information will change throughout the app in real time.
Represents the events of the city, there are two routes here:
This page has a table with all the events that are in the city.The color of the number of participants varies according to their quantity.
At the end of each column there is a button that allows you to edit the information about that event
This page allows us to edit the information about that event, the information will change throughout the app in real time.
This page contains the table of businesses in the city. The background color varies according to the average profit of the business.
This page has the table of the outstanding employees of the month. The background color varies according to the employee's salary
This project was generated withAngular CLI version 13.2.5.
Runnpm install
for install project dependencies
Runng serve
for a dev server. Navigate tohttp://localhost:4200/
. The app will automatically reload if you change any of the source files.
Runng build
to build the project. The build artifacts will be stored in thedist/
directory.
© 2022 Shay Gali All rights reserved.