Skip to content

I was required to complete this project in 3 days as part of an interview process. It served to test my Angular (Front End) skills.

Notifications You must be signed in to change notification settings

The-Professor99/Angular-test

Repository files navigation

AngularTest : Built to test angular skills

Development server

To successfully run the app on a local development enviroment, please ensure the server here is running. This is important!!!

Run ng serve for a dev server.

Navigate to http://localhost:4200/.

Screenshot

Links

Tech Stack

Client: Angular, Typescript, RxJS, Angular Material UI, NGRX

Server: Javascript, JSON-Server, FakerJS

Features

  • Login: Enter any email address(or what looks like one) and any password to login. Login details returned by the server are saved to LocalStorage.
  • Logout: Click on the Logout button on the sidebar to logout. This returns you to the login page.
  • AuthGuard: To access the main pages of the application, you have to be logged in. This prevents unauthenticated users from accessing the protected pages.
  • The search functionality is set up.
  • Patient's registration also work accordingly and these patient details are sent to the server. After registration, you can see the patient's data in the Patient List table.
  • Not found pages are re-routed to the dashboard(index) page.

Authors

About

I was required to complete this project in 3 days as part of an interview process. It served to test my Angular (Front End) skills.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published