1.4 KiB
| sidebar_position |
|---|
| 1 |
Welcome to My 100 Days of Code!
Here you'll find many different projects I've built with Python and other tools/frameworks.
I've been building these projects from Dr. Angela Yu's 100 Days of Code Python Bootcamp. It's really fun!
This website is built with Docusaurus and continuously deployed on Netlify which is routed to a subdomain on Google Domains.
The pages are collected from my README files within the projects folder in my repository on GitHub for each day, scraped with FastAPI that runs on a Uvicorn ASGI server which is hosted on Heroku.
:::note
Not all projects have READMEs for now, but will be added at a later date.
:::
:::info How does this work?
Navigate from the sidebar or arrows at the bottom of each page to check out my projects and notes for each!
:::
:::tip Pro Tip
I suggest enabling Dark Mode in the header. Just a preference, but it's really cool!
:::
Check out all of the code for all of my project code, this website, and the API by clicking here!