This web app was created using React to showcase my learnings and work as a summer intern in 2021.
A static version of this website can be found at https://graceytlin.github.io/intern-blog/
To run this web app locally, you must:
- Clone this repo
- Install dependencies
npm install - Run the application
npm run
Previously, this website featured a question submission page utilising Ably API and emailjs, which can be seen in pages/QuestionsPage
-
Create a .env file in the root folder
-
Add your Ably API key by adding the line
REACT_APP_ABLY_API_KEY=YOUR_ABLY_API_KEY (replacing YOUR_ABLY_API_KEY with your API key).
-
Add the following lines replacing the ids from your emailjs account:
REACT_APP_EMAILJS_SERVICEID=YOUR_SERVICE_ID
REACT_APP_EMAILJS_TEMPLATEID=YOUR_TEMPLATE_ID
REACT_APP_EMAILJS_USERID=YOUR_USER_ID