Skip to content

SachinRawat1604/Portfolio

Repository files navigation

Portfolio

Project Overview

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.

Features

  • 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

Technologies Used

  • Frontend: HTML, CSS, JavaScript
  • Backend: Django
  • Styling: Bootstrap / Tailwind / custom CSS
  • Deployment: Render

Getting Started

  1. Clone the repo:

    git clone https://github.com/SachinRawat1604/Portfolio.git
    cd Portfolio
  2. Create and activate a virtual environment:

    python -m venv venv
    source venv/bin/activate
  3. Install dependencies (if using npm/yarn):

    npm install
  4. Run the development server:

    npm start
  5. Apply migrations:

    python manage.py migrate
  6. Visit http://127.0.0.1:8000/ to view your portfolio.

Customization

  • Update templates in 'Base/templates' with your own information, skills, and project details.
  • Replace images and resume assets in 'static' with your own versions.

Screenshots

(Add screenshots or GIFs of your portfolio site)

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors