Git Product home page Git Product logo

clefclub's Introduction

Clef Club

This is term project for the CS473 - Introduction to Social Computing. The project main goal was to create a platform to solve the CoQuaIn (Communication, Quality control and Interaction) social problem that have haunted the process of musical jamming for years.

Setup

To run locally, execute:
npm install
npm start
Trouble-shooting: Run rm package-lock.json before npm install might fix any trouble running locally. For linux, add --openssl-legacy-provider to the scripts (npm start, build, ...)

Main files

  • All main implementation file is located in the src folder.
    • assets: app's assets, including mostly testing images and video
    • containers: main page containers
    • components: reusable components that can be shared among pages

Coding convention

  • Functional component (Please use () => {}) and hook for stateful component.
  • Shared component MUST be put in components/shared/
  • Not-shared but big component SHOULD be put in components/ (Example, a complex component of session/view page should be in components/session/view/)
  • Avoid putting too much nested JSX. Consider make it at max 3 layers (Use variable to make smaller components and build up from there)

Authors

  • Charlie (Hieu)
  • John
  • Assem
  • Ngoc

clefclub's People

Contributors

ngoccc avatar min-hieu avatar john-mai-2605 avatar assemzh avatar

Watchers

James Cloos 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.