Giter VIP home page Giter VIP logo

conference-buddy-web-app's Introduction

Conference Buddy 2.0.

โœจ this is a work-in-progress project โœจ

Working on the first MVP through the holiday season

Benedicte aka Queen Raae (@raae here at gitub) is supportig me in building Conference Buddy 2.0.

Be a fly on the wall, or an active participant, in the development:

  • ๐Ÿ—“ every Thursday
  • ๐Ÿ•ฐ at 19:00 (CET)
  • ๐Ÿ”— live on youtube

I also try to keep this repository up to date:

You want to support?

Awesome ๐ŸŽ‰

  • Head over to discussions to share ideas, ask questions or just say "๐Ÿ‘‹ Hello".
  • ๐Ÿ’ธ Open collective and Ko-fi are a way to support financially.

What about contributing code

Conference Buddy 2.0. is just beginning to become a MVP, so I still have a lot of work to do and figure a lot of stuff out while working on it. That being said, currently there is no process how handle code contributions.

Tech stack

Directory structure

The structure is inspired in parts by Elegant Frontend Architecture.

domain

Contains different domains which are needed to describe the "Conference Buddy" application. They are specific to Conference Buddy. They are the concepts you would elaborate on when describing Conference Buddy.

domain is where business logic lives and a layer between e.g. the database and web.

web

Contains everything related to the UI side of Conference Buddy. web consumes information from domain that are catered for the needs of the UI and knows nothing for example about the database.

assets

Contains assets like scss and images.

This includes:

  • conference
  • profile

pages

Contains every page of the application. Directory names represent the route, so the /pages/conference/index.tsx is rendered in https://conferencebuddy.io/conference-list. Components in pages should only consist of the LayoutWrapper, needed queries and use their representive page-template as a child of LayoutWrapper.

See gatsby documentation for more infos.

services

Contains functionality that is used in multiple areas to reduce coupling between different layers. This includes all custom hooks and the database client.

ui-elements

Contains all UI elements in form of React components. More detailed structure here is still work in progress and tbc :D

conference-buddy-web-app's People

Contributors

programmiri avatar coderbyheart avatar github-actions[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.