Skip to content

RishiGoswami-code/MyPortfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

⚡ Full-Stack Portfolio Website

A modern, high-performance full-stack portfolio website built with React + Vite on the frontend and Node.js + Express on the backend — all maintained in a single monorepo.

This project showcases not just design, but engineering discipline, scalability, and real-world architecture.


Tech Stack

Frontend

  • React
  • Vite (blazing-fast bundler)
  • CSS / Tailwind / Styled Components (choose what you use)
  • Axios / Fetch API

Backend

  • Node.js
  • Express.js
  • Environment-based configuration
  • REST APIs

Tooling & DevOps

  • NPM / PNPM
  • Concurrently (for running FE + BE together)
  • ESLint & Prettier
  • (Optional) Jest / Supertest

Project Structure

portfolio/
│
├── Frontend/                 # Frontend (React + Vite)
│   ├── src/
│   ├── public/
│   ├── index.html
│   └── vite.config.js
│
├── server/                 # Backend (Node + Express)
│   ├── routes/
│   ├── controllers/
│   ├── middlewares/
│   ├── app.js
│   └── server.js
│
├── .gitignore
├── package.json            # Root scripts
├── README.md
└── .gitignore

About

This is personal portfolio app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages