A modern, responsive developer portfolio built to showcase my projects, technical skills, experience, and achievements.
🌐 Live Portfolio: https://portfolio-frontend-ws2s.onrender.com/
Hi! I'm Amruta Wavdhane, a Computer Science Engineering student and aspiring software developer interested in building practical web applications and solving problems using Java, DSA, React, and backend technologies.
This portfolio highlights my development journey, projects, technical skills, and experience.
- 📱 Responsive design
- 👩💻 Developer profile and introduction
- 🛠️ Technical skills showcase
- 🚀 Projects with descriptions and links
- 💼 Internship and experience section
- 🏆 Achievements and certifications
- 📄 Resume section
- 🔗 GitHub and LinkedIn integration
- 📬 Contact section
- ⚡ Fast and lightweight Vite-powered frontend
- React.js
- JavaScript
- HTML5
- CSS3
- Vite
- Node.js
- Express.js
- MongoDB
- Mongoose
- Git
- GitHub
- Render
- VS Code
- MongoDB Compass
Portfolio/
│
├── frontend/
│ ├── public/
│ ├── src/
│ ├── package.json
│ └── vite.config.js
│
├── backend/
│ ├── server.js
│ ├── package.json
│ └── ...
│
├── render.yaml
└── README.md
git clone https://github.com/Amruta-32/Portfolio.git
cd Portfoliocd frontend
npm install
npm run devThe frontend will run on:
http://localhost:5173
Open another terminal:
cd backend
npm install
npm startThe backend runs using the configured server port.
Create a .env file inside the required project directory and add your environment variables.
Example:
MONGO_URI=your_mongodb_connection_string
⚠️ Never commit.envfiles or API keys, passwords, database credentials, or other secrets to GitHub.
The portfolio is deployed using Render.
The project contains separate frontend and backend configurations:
Frontend → Render Static Site
Backend → Render Web Service
The frontend is built using:
npm run buildand the production files are generated in:
dist/
Some of my projects include:
- NurtureOrphan — MERN-based platform connecting orphan-related support services and users.
- Task Manager — Full-stack task management application.
- NGO Fund Management System — Platform for managing NGO funding-related activities.
- Weather Application — Weather information application using API integration.
- Data Structures & Algorithms
- Java & Backend Development
- React & Full-Stack Development
- System Design fundamentals
- Cloud & AWS fundamentals
- Machine Learning basics
- Open-source contributions
Explore my projects, skills, experience, and contact information through the live portfolio.
- GitHub: https://github.com/Amruta-32
- LinkedIn: https://www.linkedin.com/in/amruta-wavdhane/
⭐ If you find this portfolio interesting, feel free to explore the projects and connect with me!