Made an epic showcase website and API!

This commit is contained in:
rzmk 2021-08-17 16:39:42 -04:00
parent 9e21e4dbdd
commit 1907fad7c5
89 changed files with 36444 additions and 3 deletions

View file

@ -1,2 +1,28 @@
# 100-days-of-code
Projects completed from Dr. Angela Yus Python bootcamp.
# 100 Days of Code
[![100 Days of Code](100-days-of-code-image.png)](https://100.mueezkhan.com)
100 projects completed based on [Dr. Angela Yus Python bootcamp](https://www.udemy.com/course/100-days-of-code/), and an awesome showcase website built with [Docusaurus](https://docusaurus.io/) and [FastAPI](https://fastapi.tiangolo.com/).
## Welcome to 100 Days of Code!
Here you'll find many different projects I've built with **[Python](https://www.python.org/)** and other tools/frameworks.
### 100 Projects with Python
100 Python-focused projects involving GUIs, websites, web apps, data science, machine learning, games, modern frameworks, and more.
I've been building these projects from **[Dr. Angela Yu's 100 Days of Code Python Bootcamp](https://www.udemy.com/course/100-days-of-code/)**. It's really fun!
### Website Built with Docusaurus
An optimized showcase website built with Docusaurus, providing a React framework with easy-to-use Markdown/MDX documentation and website customizability.
This website is built with **[Docusaurus](https://docusaurus.io/)** and continuously deployed on **[Netlify](https://www.netlify.com/)** which is routed to a subdomain on **[Google Domains](https://domains.google.com/)**.
### Instant README Collection with FastAPI
An optimized FastAPI framework running on a Uvicorn ASGI server continuously deployed with all project READMEs for website display and with READMEs scraped from their project folders on GitHub.
The pages are collected from my README files within the projects folder in my **[repository on GitHub](https://github.com/rzmk/100-days-of-code)** for each day, scraped with **[FastAPI](https://fastapi.tiangolo.com/)** that runs on a **[Uvicorn ASGI server](https://www.uvicorn.org/)** which is hosted on **[Heroku](https://www.heroku.com/)**.