Full-Stack-CRUD-Application-Client
This repository is created by group Progress for the front-end of the final project.
Team members:
- Jinyi Tan - remit233
- Shi Wei Zheng - dive0
- Sergey Kisselev - skissele
- Junior Tenezaca - TJunior1323
## This is client side of the project
Implement with back-end code [Full-Stack-CRUD-Application-Server]
Use the following steps to set up and run the client (front-end) application on your local machine
- Download the GitHub repository ZIP file to your local machine and unzip it.
- Start a terminal (e.g., Git Bash) on your local machine.
- Go into the “client-starter-code” folder, enter the command to install dependencies:
npm install
- Start the client application by entering the command:
npm start
- After the client application is successfully started, a web browser is automatically opened at the address:
http://localhost:3000
This project include following features.
- Able to navigate with narbar to all campuss and all students

- In All campuses panel you can delete, add new campus and navigate to single campus page.

- In single campus page you can edit, delete campus, edit campus and navigate with enrolled student page.

- In student page, you can edit, and delete student.
