Skip to content

Frontend implementation of a generic review app with Angular.

Notifications You must be signed in to change notification settings

geozi/reviewapp-frontend

Repository files navigation

reviewapp-frontend

Demo App

About the project

This repository contains the frontend implementation of my final project for the Coding Factory training program. The project is a fullstack implementation of a generic review app. A user can register, log in, and post a review that is persisted on MongoDB Atlas.

Screenshots

screenshots

Angular component architecture

review_app_frontend

Prerequisites

  • Node.js (v20.11.1 or higher),
  • Angular CLI,
  • VS Code or any Editor/IDE of your choice

Dependencies

  "@angular/animations": "^17.3.0",
  "@angular/cdk": "^17.3.9",
  "@angular/common": "^17.3.0",
  "@angular/compiler": "^17.3.0",
  "@angular/core": "^17.3.0",
  "@angular/forms": "^17.3.0",
  "@angular/material": "^17.3.9",
  "@angular/platform-browser": "^17.3.0",
  "@angular/platform-browser-dynamic": "^17.3.0",
  "@angular/router": "^17.3.0",
  "bootstrap": "^5.3.3",
  "jwt-decode": "^4.0.0",
  "lodash-es": "^4.17.21",
  "rxjs": "~7.8.0",
  "tslib": "^2.3.0",
  "zone.js": "~0.14.3"

Base URL

The default value of the base URL for running the application is:

http://localhost:4200

About

Frontend implementation of a generic review app with Angular.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published