A full-stack developer portfolio built with React, Express, and MongoDB. Showcases your projects, skills, and includes a comment system where visitors can leave feedback stored in the database.
- π§ Project highlights and technology stack
- πΌοΈ Interactive UI with animations
- π Comment section powered by MongoDB
- π Real-time feedback submission
- π± Responsive design for mobile and desktop
- Frontend: React, TailwindCSS
- Backend: Express (Node.js)
- Database: MongoDB
- Other: Axios, dotenv, and more
git clone https://github.com/reactray/my-website.git
cd portfolio
cd frontend
npm i
cd ../backend
npm i
cd backend
nodemon server.js
Open http://localhost:3000 in your browser
π Contributing
If youβd like to improve the site or add features, feel free to fork, clone, and submit a PR!