A modern full-stack portfolio built to showcase my projects, skills, and development journey.
https://portfolio-three-lilac-81.vercel.app/
- Modern responsive UI
- Smooth animations with Framer Motion
- Dynamic project showcase
- GitHub-integrated project management
- Contact form with backend API
- MongoDB-powered message storage
- Mobile-friendly design
- Fast deployment with Vercel & Render
- React.js
- Tailwind CSS
- Framer Motion
- Axios
- Node.js
- Express.js
- MongoDB
- Mongoose
- Vercel
- Render
client/
├── public/
├── src/
└── package.json
server/
├── controllers/
├── models/
├── routes/
├── server.js
└── package.jsongit clone https://github.com/CodeWizard-Anish/Portfolio.git
cd Portfoliocd client
npm install
npm startcd server
npm install
npm run devCreate a .env file inside the server directory:
MONGO_URI=your_mongodb_connection_stringIf you'd like to collaborate, discuss opportunities, or connect:
- GitHub: https://github.com/CodeWizard-Anish
- LinkedIn: https://www.linkedin.com/in/anish-raj-632096315/
This project is open source and available under the MIT License.
⭐ If you found this project useful, consider giving it a star.