Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kenhendricks00/minimal-portfolio

A Portfolio for displaying Projects and Achievements
https://github.com/kenhendricks00/minimal-portfolio

Last synced: 2 months ago
JSON representation

A Portfolio for displaying Projects and Achievements

Awesome Lists containing this project

README

        

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.