diff --git a/README.md b/README.md index 1005cfc..3a8361a 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,16 @@ -# gitea_client +# Gitea Client A simple client for Gitea -## Getting Started +## Specification -This project is a starting point for a Flutter application. +In my homework I want to implement a client for Gitea. In this client users will be able to: +- log into any gitea instance (e.g \href{https://codeberg.org}{Codeberg}, \href{https://gitea.com}{gitea.com}) +- explore repositories (eg. searching) +- view repos individually. -A few resources to get you started if this is your first Flutter project: +The client should run on Android and Linux(the two main platforms I use). -- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab) -- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook) +## Video -For help getting started with Flutter, view our -[online documentation](https://flutter.dev/docs), which offers tutorials, -samples, guidance on mobile development, and a full API reference. +The showcase video can be found [here](https://tube.toldi.eu/w/dtNgELq4vjCWHBep7yJbVh).