This is a personal portfolio website to showcase my skills, projects, and experiences. It provides visitors with an overview of my background, technical expertise, and the projects I have worked on.
- Home, About, Skills, Projects, and Contact sections
- Interactive and responsive design
- Featured project cards with links to GitHub
- Downloadable resume/CV
- Contact form with email integration
- Frontend: HTML, CSS, JavaScript
- Backend: Django
- Styling: Bootstrap / Tailwind / custom CSS
- Deployment: Render
-
Clone the repo:
git clone https://github.com/SachinRawat1604/Portfolio.git cd Portfolio -
Create and activate a virtual environment:
python -m venv venv source venv/bin/activate -
Install dependencies (if using npm/yarn):
npm install
-
Run the development server:
npm start
-
Apply migrations:
python manage.py migrate
-
Visit
http://127.0.0.1:8000/to view your portfolio.
- Update templates in 'Base/templates' with your own information, skills, and project details.
- Replace images and resume assets in 'static' with your own versions.
(Add screenshots or GIFs of your portfolio site)
This project is licensed under the MIT License.