This is my portfolio website created using Django. The website showcases my projects, skills, and experience as a web developer. I learned a lot from this project.
To run this website on your local machine, follow these steps:
- Clone the repository to your local machine.
- Install Python and pip.
- Create a virtual environment using
python -m venv env
. - Activate the virtual environment using
source env/bin/activate
(for Linux/Mac) orenv\Scripts\activate
(for Windows). - Install the required packages using
pip install -r requirements.txt
. - Run the server using
python manage.py runserver
.
Once the server is running, you can access the website by visiting http://localhost:8000/
in your web browser.
The website consists of the following pages:
- Home: A brief introduction to myself and my skills.
- Portfolio: A showcase of my projects, with links to the live sites and GitHub repositories.
- About: More information about myself and my background.
- Contact: A form for visitors to contact me.
This website was created using the following technologies:
- Python
- Django
- HTML
- CSS
- Bootstrap
- SQLite
If you have any questions or feedback about this project, you can contact me at abhi@getifyme.com. Thank you for visiting my portfolio website!