https://github.com/codersamrat/fullstack-portfolio
https://github.com/codersamrat/fullstack-portfolio
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codersamrat/fullstack-portfolio
- Owner: coderSamrat
- Created: 2025-07-18T20:01:25.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-08-30T05:20:46.000Z (6 months ago)
- Last Synced: 2025-08-30T07:13:03.727Z (6 months ago)
- Language: JavaScript
- Size: 1.72 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fullstack Portfolio
A modern fullstack portfolio project with a React frontend and Node.js/Express backend.
## Features
- Responsive frontend built with React and Vite
- RESTful backend API using Node.js and Express
- Modular, maintainable code structure
- Easy local development and deployment
## Tech Stack
- **Frontend:** React, Vite, JavaScript, CSS
- **Backend:** Node.js, Express
- **Tooling:** ESLint, JSConfig
## Project Structure
```
Fullstack_Portfolio/
│
├── backend/
│ ├── package.json
│ └── src/
│ └── index.js
│
├── frontend/
│ ├── package.json
│ ├── vite.config.js
│ ├── src/
│ │ ├── main.jsx
│ └── index.html
│
└── README.md
```
## Getting Started
### Prerequisites
- Node.js (v16 or higher recommended)
- npm
## Scripts
- `npm start` (backend): Starts the backend server.
- `npm run dev` (frontend): Starts the frontend development server.