This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
- Run
npm install
on both repos, feedback-react and feedback-backend - Run
npm start
, it will run the app inhttp://localhost:3000
- Go to feedback-backend repo, run
npm start
as well, it will run the app inhttp://localhost:3001
- Some TODOs and comments are being written on what I could have done if given more time to upskill myself in understanding React
- The popup only will appear if the query parameters contain
email
param - Once the feedback has been submitted, the popup will automatically close