Skip to content

Latest commit

 

History

History
62 lines (42 loc) · 1.11 KB

README.md

File metadata and controls

62 lines (42 loc) · 1.11 KB

🚀 Portfolio Website

A modern and responsive portfolio website built with React (Vite) for the frontend and Django for the backend.

🛠️ Tech Stack

  • Frontend: React + Vite
  • Backend: Django REST Framework
  • Styling: Custom CSS

⚡ Features

  • Dynamic Project Showcase
  • Contact Form with Email Integration 📧
  • Responsive Design 📱

📦 Installation

  1. Clone the repository

    git clone https://github.com/Aabi0207/Portfolio-Website.git
    cd Portfolio-Website
  2. Frontend Setup

    cd frontend
    npm install
    npm run dev
  3. Backend Setup

    cd backend
    pip install -r requirements.txt
    python manage.py runserver

🌐 Usage

  • Frontend: http://localhost:3000
  • Backend: http://localhost:8000/api

🙌 Contributing

Pull requests are welcome! For major changes, please open an issue first.


📄 License

This project is licensed under the MIT License.


Star this repo to support the project!