Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.21 KB

README.md

File metadata and controls

15 lines (10 loc) · 1.21 KB

Minimal Portfolio

This is an attempt to create a personal webpage and inspire others to create their own. My inspiration for this project was the tutorial by ForrestKnight on YouTube. His repository on GitHub can be found here.

The project is implemented with React and TailwindCSS and Vite is used as the bundler. Also, GitHub Pages is used to deploy the app and assign to it a custom domain name, purchased from porkbun.

Styling

For the styling of the webpage TailwindCSS framework is used.

The app is made responsive through the handy TailwindCSS classes. Some theme colors and the font are defined in the tailwind.config.js file.

Storage

The data for the portfolio and the timeline sections are stored in src/data/data folder. Therefore, in every section the Component maps to the data array a ComponentItem each time, so as to construct the whole section.

Contact Form

The data from the form submission is sent to the getform.io service.