Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bobis33/portfolio
My portfolio made in flutter.
https://github.com/bobis33/portfolio
dart flutter flutter-web portfolio website
Last synced: 7 days ago
JSON representation
My portfolio made in flutter.
- Host: GitHub
- URL: https://github.com/bobis33/portfolio
- Owner: bobis33
- License: mit
- Created: 2024-08-06T08:12:13.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-25T08:29:09.000Z (3 months ago)
- Last Synced: 2024-08-25T22:49:13.829Z (3 months ago)
- Topics: dart, flutter, flutter-web, portfolio, website
- Language: Dart
- Homepage: https://bobis33.github.io
- Size: 931 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Portfolio_build_CI](https://github.com/bobis33/Portfolio/actions/workflows/build.yml/badge.svg)](https://github.com/bobis33/Portfolio/actions/workflows/build.yml)
[![Portfolio_deploy_CI](https://github.com/bobis33/Portfolio/actions/workflows/deploy.yml/badge.svg)](https://github.com/bobis33/Portfolio/actions/workflows/deploy.yml)
![GitHub repo size](https://img.shields.io/github/repo-size/bobis33/Portfolio)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/bobis33/Portfolio/blob/main/LICENSE)# Description
Welcome to my Portfolio!
This is a Flutter project that showcases my skills and projects. It is a web application that is hosted on GitHub Pages.# Prerequisites
- [Dart](https://dart.dev/get-dart)
- [Flutter](https://flutter.dev/docs/get-started/install)# Usage
## Flutter dependencies
```bash
$> flutter pub get
```## Build and run
```bash
$> flutter build web --release
[...]
$> flutter run --release
```# Commit Norms
| Commit Type | Description |
|:------------|:--------------------------------------------------------------------------------------------------------------------------|
| build | Changes that affect the build system or external dependencies (npm, make, etc.) |
| ci | Changes related to integration files and scripts or configuration (Travis, Ansible, BrowserStack, etc.) |
| feat | Addition of a new feature |
| fix | Bug fix |
| perf | Performance improvements |
| refactor | Modification that neither adds a new feature nor improves performance |
| style | Change that does not affect functionality or semantics (indentation, formatting, adding space, renaming a variable, etc.) |
| docs | Writing or updating documentation |
| test | Addition or modification of tests |# License
This project is licensed under the MIT License - see the [LICENSE](https://github.com/bobis33/Portfolio/blob/main/LICENSE) file for details.