# fastui-tutorials **Repository Path**: or0or1/fastui-tutorials ## Basic Information - **Project Name**: fastui-tutorials - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-15 - **Last Updated**: 2024-07-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FastUI Tutorials I'm exploring [FastUI][fastui] features and capabilities, and in doing so, I'm developing entry-level examples. [FastUI][fastui] doesn't have a documentation, so you need to figure out how to use it by looking at the source code (terrible idea if you don't know ReactJS) or by looking at the demo application (which is a bit complicated and not very easy to understand). So this project (with simple examples) might be helpful for those who are new to [FastUI][fastui]. ## Examples Each example is a separate project and ordered by complexity. > You can find the instructions for running the examples in each project's README file. - [Hello World](./examples/hello-world/) - [Simple Layout](./examples/simple-layout/) - [Dynamic Page Titles](./examples/dynamic-page-titles/) - [Navbar Example](./examples/navigation/) - [Random Number Generator](./examples/random-number-generator/) - [Simple Form: BMI Calculator](./examples/simple-form/) - [Basic Components Gallery](./examples/basic-component-gallery/) - FastUI with other frameworks: - [Starlette Example](./examples/starlette-fastui/) - [Litestar Example](./examples/litestar-fastui/) - [Flask Example](./examples/flask-fastui/) - [Robyn Example](./examples/robyn-fastui/) - FAQ: - [Sub Application](./examples/sub-application/) ### Other Examples - [fastui-chat](https://github.com/shroominic/fastui-chat) - [apscheduler-webui](https://github.com/Dragon-GCS/apscheduler-webui) - [jrycw/edgedb-fastapi-mvp: MVP: EdgeDB and FastAPI Integration with svcs](https://github.com/jrycw/edgedb-fastapi-mvp) [fastui]: https://github.com/pydantic/FastUI