emkis / meetapp

An algorithm that organizes your event for you.

Home Page:https://emkis-meetapp.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

demo of the app

πŸ“ƒ about

meetapp is a service to help you organize events

with meetapp, you register "talks" with a certain time in minutes, and based on those minutes and their categories, an algorithm organizes your event for you

the goal is to try to make the event as less segmented as possible, always trying to organize lectures on different types of subjects and not just a specific type

try to use the app now

🎨 layout

i built all this application UI with figma, you can find the design here

πŸ“Œ features

organize your event

the algorithm organizes your event into trails automatically, based on the duration of your meets

keep track of your trails

easily see all the trails of your event, and when each meet will happen

πŸ”¨ how it was built

this project was developed with the following technologies:

πŸ”Œ how to use

to clone this repository and run this app, you'll need git and node.js installed on your computer.

i highly recommend yarn for handling node packages faster, but you can use npm if you want, no problem.

from your command line:

# clone this repository
$ git clone https://github.com/emkis/meetapp.git

# go into the repository
$ cd meetapp

# install dependencies
$ npm install

# run the app in development mode
$ npm run start

✌️ say hello to me on linkedin or send me and email πŸ“«

About

An algorithm that organizes your event for you.

https://emkis-meetapp.netlify.app


Languages

Language:Vue 62.7%Language:JavaScript 31.3%Language:SCSS 4.7%Language:HTML 1.3%