Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm install

Runs to install dependencies for the applicaction

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Background

Application is built with React frontend and JSON Mock Server with User Authentication and Profile View

Technologies

  • React/Redux: React and Redux libraries were used to facilitate frontend development.
  • AWS S3: Amazon Webservice S3 was used for storing project repo/files.
  • AWS Cloudfront: Amazon Webservice Cloudfront to server static pages with a domain provided from AWSS.
  • CSS/HTML: CSS/HTML was used to styled each component with Responsive Components
  • Github Actions: Used for CI/CD Pipleline for automation.