https://github.com/almas-ali/google-clone-fastui
A simple Google clone test project for evaluating the FastUI library.
https://github.com/almas-ali/google-clone-fastui
fastui google-clone google-clone-fastui
Last synced: 7 months ago
JSON representation
A simple Google clone test project for evaluating the FastUI library.
- Host: GitHub
- URL: https://github.com/almas-ali/google-clone-fastui
- Owner: Almas-Ali
- Created: 2023-12-18T17:45:27.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-18T18:44:42.000Z (almost 2 years ago)
- Last Synced: 2025-01-07T15:28:39.663Z (9 months ago)
- Topics: fastui, google-clone, google-clone-fastui
- Language: Python
- Homepage: https://google-fastui.onrender.com/
- Size: 239 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google Clone with FastUI
A simple Google clone test project for evaluating the [FastUI][fastui] library.
## Project Overview
This project is a basic implementation of a Google clone using the [FastUI][fastui] library. FastUI, created by [Samuel Colvin][samuel], provides a straightforward way to build user interfaces in Python.
## Screenshot
### Home Page

### Search Results Page

## Credits
- [FastUI][fastui] by [Samuel Colvin][samuel]
- [FastAPI][fastapi] by [Sebastián Ramírez][sebastián]
- [uvicorn][uvicorn] by [Encode][encode]
- [python-googlesearch][googlesearch] by [Anise][anise]
- Project initiated and maintained by [Md. Almas Ali][author].## Author
Initiated and maintained by [Md. Almas Ali][author].
[author]: https://github.com/Almas-Ali/ "Md. Almas Ali"
[fastui]: https://github.com/pydantic/fastui/ "FastUI"
[samuel]: https://github.com/samuelcolvin/ "Samuel Colvin"
[fastapi]: https://github.com/tiangolo/fastapi/ "FastAPI"
[sebastián]: https://github.com/tiangolo/ "Sebastián Ramírez"
[uvicorn]: https://github.com/encode/uvicorn/ "uvicorn"
[encode]: https://github.com/encode/ "Encode"
[googlesearch]: https://github.com/Animenosekai/googlesearch/ "python-googlesearch"
[anise]: https://github.com/Animenosekai/ "Animenosekai"