https://github.com/kayprogrammer/portfolio-app
A mini portfolio app built with Django
https://github.com/kayprogrammer/portfolio-app
django html-css
Last synced: 11 months ago
JSON representation
A mini portfolio app built with Django
- Host: GitHub
- URL: https://github.com/kayprogrammer/portfolio-app
- Owner: kayprogrammer
- Created: 2021-08-26T04:40:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-23T19:20:04.000Z (over 3 years ago)
- Last Synced: 2025-01-29T15:22:11.889Z (about 1 year ago)
- Topics: django, html-css
- Language: Python
- Homepage:
- Size: 1020 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mini Portfolio App
This is a simple portfolio website built with HTML5, CSS3 and Django.
Note that this is not my original portfolio website. I'm just updating an old ReadMe.

This frontend design was originally made by [Traversy Media](https://www.youtube.com/c/TraversyMedia)
### How to Test Locally...
* Download this repository
In your root directory. Run:
* `pip install -r requirements.txt` to install all dependencies
* `python manage.py runserver` to start the local server.
Check [http://localhost:8000](http://localhost:8000) to view application on your browser