Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A full-stack personal portfolio website showcasing projects and professional experience. Built with a React frontend and Express.js backend, the site features a responsive design, a contact form with secure email handling via Resend, and a clean project showcase layout.

Notifications You must be signed in to change notification settings

idleCyrex/Portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Portfolio

Welcome to my Portfolio! This repository showcases my personal and professional projects, built primarily with React and Express.js.

About

This project is a full-stack personal portfolio website designed to highlight my skills, experience, and work. It features a modern React frontend with a responsive, user-friendly interface. The backend is powered by Express.js and is responsible for handling contact form submissions securely. For email functionality, the site integrates with Resend a modern email service to process and send contact form messages directly to my inbox. This ensures reliable email delivery and adds an extra layer of professionalism to the sites communication features.

Features

  • Fully responsive design
  • React-based frontend
  • Contact form with backend email handling (Express.js + Resend)
  • Project showcase
  • Secure form submission

Demo

Visit the website:

Getting Started

To get a local copy up and running:

Frontend

  1. Clone the repo:
git clone https://github.com/idleCyrex/Portfolio.git
  1. Navigate to the frontend directory:
cd Portfolio/frontend
  1. Install frontend dependencies:
npm install
  1. Start the development server:
npm start

Backend

  1. Navigate to the backend directory:
cd ../backend
  1. Install backend dependencies:
npm install
  1. Start the backend server:
npm start

About

A full-stack personal portfolio website showcasing projects and professional experience. Built with a React frontend and Express.js backend, the site features a responsive design, a contact form with secure email handling via Resend, and a clean project showcase layout.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published