Check this out live at adam248.pythonanywhere.com.
- I'll focus on making this code as reusable as possible for future projects
- build a home page app
- use bootstrap as I am a programmer first, designer second
- add Creative Coding page
- add Cards to the UI on the Creative Coding page [title, image, brief description]
- add sign-up/login page (local + OAuth social via github)
- add a user profile page
- create a Todo app can use it without login but with login it saves the data for a period of time.
- Visualize Sorting Algorithms
- Visualize Pathfinding Algorithms
- Visualize Bitcoin data?
- eCommerce Site
- a paper trading demo site
- just relay market data from a websocket to client's websocket
- save the historical data in your own database
- create something that processes input from user (convert PDF to PNG? or something)
- a live markdown to PDF converter? Example
- OR a sound file filter
- create something that uses the sqlite3 database with Django (API or something...)
- find a way to make the creative coding examples fullscreen
- add a thank you page where you display all the icons of all the tech stack used in this project
- standing on the shoulders of giants
- github
- git
- django
- python
- javascript
- p5.js
- sqlite3
Clone via git and cd
git clone https://github.com/adam248/portfolio.git
cd portfolio
then run
python manage.py runserver