A portfolio website made with react and vanilla css. The main functionality of the website is to simply display information about my experience with web development, however there is also a contact page. Overall, the project as a whole was made with postgresql, express, react, and node, with javascript. If anyone would like to use this website as a template, instructions are below.
- clone the repository
- open in your editor
Frontend - The code is divided relatively cleanly with each page/component having isolated css
- cd frontend
- npm run dev
Backend - A dotenv with DATABASE_URL needs to be created
- cd backend
- npm i
- npm run start