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

https://github.com/jiliangarette/aifit

a fitness web application developed as a group project, migrating a figma design to code.
https://github.com/jiliangarette/aifit

axios laravel vue vuerouter vuetify

Last synced: 3 months ago
JSON representation

a fitness web application developed as a group project, migrating a figma design to code.

Awesome Lists containing this project

README

          

# ![Logo](public/images/logo.png)PassaFun

`PassaFun` is a dynamic frontend platform that adapts to customizable game settings and content provided by the backend.

## Run Locally

Clone the project

```bash
git clone https://github.com/passafund-team-passionate/PassaFun.git
```

Go to the project directory

```bash
cd PassaFun
```

Install dependencies

```bash
npm install
```

Start the server

```bash
npm run dev
```
### File Naming Conventions

- **File Names**
- **Convention**: Pascal Case
- **Example**: `HomePage`

- **Folder Names**
- **Convention**: Lowercase
- **Example**: `pages`

- **Class Attribute Styling and Branch Names**
- **Convention**: Kebab-case
- **Example**: `navbar-button`
- **Example**: `feat/recipe-calculator`

- **Functions / Variables**
- **Convention**: CamelCase
- **Example**: `submitForm`

### Commit Message Conventions

To keep our commit history clear and organized, use the following types for your commit messages:

- **feat**: For adding new features.
- Example: `feat: add user login page`

- **fix**: For fixing bugs.
- Example: `fix: correct signup form validation error`

- **docs**: For updating documentation.
- Example: `docs: add setup instructions to README`

- **refactor**: For changes that improve the code without adding features or fixing bugs.
- Example: `refactor: clean up code in user profile component`

## Authors

- [@jiliangarette](https://www.github.com/jiliangarette)
- [@jericjohnnn](https://www.github.com/jericjohnnn)
- [@axediant02](https://www.github.com/axediant02)
- [@davennemenzo](https://www.github.com/davennemenzo)