Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matijaoe/aimo
✨ Social media platform connecting ambitious individuals with accountability partners.
https://github.com/matijaoe/aimo
firebase firestore mc2 nuxt tailwindcss tvz vue vuex
Last synced: 2 months ago
JSON representation
✨ Social media platform connecting ambitious individuals with accountability partners.
- Host: GitHub
- URL: https://github.com/matijaoe/aimo
- Owner: matijaoe
- Created: 2021-04-03T12:57:58.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-25T11:17:34.000Z (about 2 years ago)
- Last Synced: 2023-11-19T19:28:42.794Z (about 1 year ago)
- Topics: firebase, firestore, mc2, nuxt, tailwindcss, tvz, vue, vuex
- Language: Vue
- Homepage: https://aimo.vercel.app
- Size: 2.01 MB
- Stars: 15
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aimo
> Social media app designed for ambitious individuals who want to work on themselves, but which require that extra push given to them by our idea of accountability partners. ✨
Project built for the [TVZ Mc2](https://mc2.tvz.hr/) 2021 student competition - one of the biggest project-based student programming competitions in Croatia.
## Stack
## Awards
- 🏆️ Winning project
- 🎨️ Best Design Award## Demos
- 🚀️ [aimo.vercel.app](https://aimo.vercel.app/)
- 🥇️ [Presentation & demo from the final](https://www.youtube.com/watch?v=9JHeZKHHjNM)
- 🎬️ [Video walkthrough](https://drive.google.com/file/d/1ITTM1MtM4C6A6bD3ynGGoectzaLLFwp6/view)## Example accounts credentials
```bash
[email protected] # email
marian7 # passsword[email protected] # email
matijao # passsword
```
## Showcase![image](https://user-images.githubusercontent.com/46557266/144764746-4bc446b4-cfa1-48cd-9a5d-4ceb598488db.png)
![image](https://user-images.githubusercontent.com/46557266/144764764-632663f5-da98-4c06-8075-c54572f97999.png)
![image](https://user-images.githubusercontent.com/46557266/144764777-698b9490-139f-4f8d-a873-abd3db69c116.png)
![image](https://user-images.githubusercontent.com/46557266/144764903-3129b233-a013-4b65-8a9d-9056dd4d0716.png)## Build Setup
```bash
# install dependencies
yarn install# serve with hot reload at localhost:3000
yarn dev# build for production and launch server
yarn build
yarn start# generate static project
yarn generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).