A personal portfolio website showcasing my web development projects, skills, and journey as a frontend developer.
🔗 Live Demo:
https://saraswathi-2025.github.io/saraswathi-webdev/
- Modern responsive UI
- Built with React
- Smooth animations using Framer Motion
- Projects section with live demos
- Resume download option
- Contact section
- Demo Admin page (UI only)
- 404 Not Found page
- Deployed on GitHub Pages
- React
- JavaScript (ES6+)
- HTML5
- CSS3
- Framer Motion
- Git & GitHub
- GitHub Pages
- saraswathi-webdev/ ├── public/ │ ├── data/ │ ├── assets/ │ └── index.html ├── src/ │ ├── components/ │ ├── pages/ │ ├── styles/ │ ├── App.jsx │ ├── main.jsx │ └── index.css ├── package.json ├── README.md └── vite.config.js / react config
- The Admin page is frontend-only
- Used only for UI demonstration
- No real backend or authentication
- Admin password is stored in .env
- Not meant for production use
- Clone the repository
git clone https://github.com/saraswathi-2025/saraswathi-webdev.git
1.Move into the project folder
- cd saraswathi-webdev
2.Install dependencies
npm install
3.Start development server
npm start
🚀 Deployment
This project is deployed using GitHub Pages.
- npm run build
- npm run deploy
📌 Notes
- This is a portfolio project
- Focused on frontend skills and UI
- More improvements and polishing planned
- Backend integration may be added later
👩💻 Author
Saraswathi
Frontend Developer (Learning Phase)
Passionate about building real-world web applications
📜 License
This project is for learning and personal portfolio use.