Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 746 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 746 Bytes

College pulse test project

This app is created to showcase Authors's style and competancy in JS and react. Please note some of the elements in the UI are rather conceptual and not completely functional.

Prerequisites

To run this project, please make sure you have node and yarn installed on your machine.

Running the app on your local machine

After you clone the project, run the following commands in your terminal to start the app:

yarn install
yarn start

Remaining Tasks

  • Write test
  • Add environment var to properly route the APIs
  • Complete share, embed, confidence level components
  • Separate copies from components
  • Adding comments to the code base

Additional consideration

  • Convert the app to next.js