An open API service indexing awesome lists of open source software.

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

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.

![alt text](https://github.com/kayprogrammer/portfolio-app/blob/main/display.png?raw=true)

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