https://github.com/arkantrust/graduados_icesi
Nueva página web para la oficina de relación con graduados de la universidad icesi
https://github.com/arkantrust/graduados_icesi
flutter flutter-web web
Last synced: about 2 months ago
JSON representation
Nueva página web para la oficina de relación con graduados de la universidad icesi
- Host: GitHub
- URL: https://github.com/arkantrust/graduados_icesi
- Owner: arkantrust
- Created: 2023-11-24T00:56:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-12T21:19:08.000Z (about 2 years ago)
- Last Synced: 2025-07-28T19:51:17.382Z (12 months ago)
- Topics: flutter, flutter-web, web
- Language: Dart
- Homepage: http://arkantrust.me/graduados_icesi/
- Size: 14.2 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# graduados-icesi
Mockup para el módulo de convenios y beneficios de la universidad ICESI hecho en flutter de acuerdo a los convenios elicitados en la clase de Ingeniería de Software II.
## Getting Started
- [Flutter](https://flutter.dev/docs/get-started/install) (configurado para web)
## Running the app
```bash
# Clone this repository
$ git clone https://github.com/Arkantrust/graduados-icesi.git
# Go into the repository
$ cd graduados-icesi
# Run the app
$ flutter run -d chrome
# Build the app
$ flutter build web
# Start an http server
$ cd build/web && python -m http.server 8000
```
## Screenshots
### Home

### Login

### Usuario regular
#### Perfil

#### Convenios

#### Beneficios

### Usuario premium

#### Perfil

#### Convenios

#### Beneficios
