Portfolio-KodNest-Assignment
A personal portfolio website built as an assignment for KodNest. This project showcases my skills, projects, and provides a way for visitors (e.g., recruiters) to contact me.
Technologies Used
HTML5 – For structure and content.
CSS3 – For styling and responsive design.
JavaScript – For interactivity (e.g., smooth scrolling, form handling).
Features
Responsive design (works on desktop and mobile).
Sections: Home, About, Skills, Projects.
Contact form to allow visitors to send messages directly.
Future Enhancements
Integrate Supabase (PostgreSQL-based backend) to store contact form submissions in a database.
The supabase/migrations/ directory is prepared for schema migrations (e.g., creating a contacts table).
Add real-time notifications or an admin view to check submitted contacts.
Deploy to a live hosting platform (e.g: Netify, Vercel, GitHub Pages).
Setup and Running Locally
Clone the repository:Bashgit clone https://github.com/Dastagiri3/Portfolio-KodNest-Assignment.git
Navigate to the project folder:Bashcd Portfolio-KodNest-Assignment
Open index.html in your browser:
Simply double-click the file or use a live server extension in VS Code.
No additional dependencies or servers are required as it's a static site.
Deployment
This project can be easily deployed to static hosting services:
GitHub Pages: Enable in repository settings > Pages > Select main branch.
Netlify/Vercel: Connect your GitHub repo and deploy.
Contributing
Feel free to fork this repo and submit pull requests for improvements!
License
This project is open-source and available under the MIT License.
Built with ❤️ by Dastagiri
Feel free to connect or reach out via the contact form on the live site!