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.
- Host: GitHub
- URL: https://github.com/jiliangarette/aifit
- Owner: jiliangarette
- Created: 2024-07-25T05:25:35.000Z (over 1 year ago)
- Default Branch: development
- Last Pushed: 2024-08-22T02:19:19.000Z (over 1 year ago)
- Last Synced: 2025-03-02T08:03:48.125Z (11 months ago)
- Topics: axios, laravel, vue, vuerouter, vuetify
- Language: PHP
- Homepage:
- Size: 1.08 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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)