Workshop @ Hack the 6ix 2023
You'll follow along and build your own portfolios that showcase your projects in under an hour. The portfolio will include a short intro section, a projects section, and a contact form. The site will be built with React, you'll push your code to GitHub, and deploy your site with Vercel.
- Download Node.js
- Fork this repository
- Clone your fork to your local machine
- Install packages with
npm install
- Sign up for an EmailJS account
- Create a new email service and connect it with your email account
- Copy your user Public Key from the Account settings for later
- Copy the Service ID for later
- Create an email template and copy the Template ID for later
- Copy the following into the Content section of the template
From: {{ name }}
Email: {{ email }}
Message: {{ message }}
- Run the app using
npm start - Open http://localhost:3000/ in your browser to view the app
We'll go over this during the workshop.