Skip to content

graceytl/intern-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Create a .env file in the root folder

  2. 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).

  3. 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

About

A React web application to demonstrate learnings and showcase my intern experiences

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published