Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hasansezertasan/fastui-tutorials

I'm exploring FastUI features and capabilities, and in doing so, I'm developing entry-level examples.
https://github.com/hasansezertasan/fastui-tutorials

examples fastapi fastui tutorial tutorials web-application

Last synced: 4 months ago
JSON representation

I'm exploring FastUI features and capabilities, and in doing so, I'm developing entry-level examples.

Awesome Lists containing this project

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