This is my personal MERN stack portfolio website where I showcase my skills, projects, and blogs.
It also includes a contact section where anyone can send me a message, which gets stored securely in MongoDB Atlas.
🔗 Visit: https://srizan.me
Hi! I’m Srizan, a passionate web developer who loves building beautiful and functional web applications.
I enjoy working with the MERN stack (MongoDB, Express, React, Node.js) and exploring new technologies that make the web faster and more enjoyable.
- Frontend: React.js, HTML5, CSS3, JavaScript
- Backend: Node.js, Express.js
- Database: MongoDB Atlas
- Hosting: Render (for backend + frontend)
- Version Control: Git & GitHub
- 🧍 Home section with personal introduction
- 💻 Projects section showcasing my works
- ✍️ Blog section for sharing thoughts & tutorials
- 📩 Contact form that sends messages directly to MongoDB Atlas
- 🌙 Responsive design — works on all devices
- Clone the repository
git clone https://github.com/DevendraNathLimbu/My_Portfolio.git cd My_Portfolio - Install dependencies and start server
cd backend
// For Production
npm run build
npm start
//For Development
npm run dev