Skip to content

ShayGali/City-Website

Repository files navigation

City Website

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.

Link to GitHub pages

Pages

Home Page

The website home page home page img

Residents

Represents the residents of the city, there are two routes here:

Residents Cards

Cards representing the residents with information about them and their photo and a button that takes us to edit the information about that resident. residents page img

Edit Residents

This page allows us to edit the information about that resident, The information will change throughout the app in real time. edit residents page img

Event Page

Represents the events of the city, there are two routes here:

Events Table

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 events page img

Edit Event Page

This page allows us to edit the information about that event, the information will change throughout the app in real time. edit event page img

Bussiness Page

This page contains the table of businesses in the city. The background color varies according to the average profit of the business.bussiness page img

Employees Page

This page has the table of the outstanding employees of the month. The background color varies according to the employee's salary employees page img

This project was generated with Angular CLI version 13.2.5.

Install Dependencies

Run npm install for install project dependencies

Development server

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

Build

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

© 2022 Shay Gali All rights reserved.