Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.