First install the dependencies by using the command yarn install.
Then set the REACT_APP_BACKEND_URL variable in an .env file in the project
directory to point to the URL of the backend.
Then start the website using the command yarn start. It should open the website
in a browser automatically.
React
React Router
Redux
Redux-persist
Redux-thunk
Axios
Formik
Yup
Styled-components
Resize-observer-polyfill
Design notes can be found in the projectDesignNotes.pdf file