shelbyvjacobs / game-meetup-component-library

Home Page:https://boring-goldwasser-48aa00.netlify.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

game-meetup-component-library

Description

This is the component library for the Board Game Meetup app, built using React, CSS, and Storybook. The components included in the library are buttons, maps, and forms for creating, editing, joining, and deleting meetup posts.

DEPLOYED VERSION

Team Members

Example

Example Story

Build Status

Until the front-end reaches completion status, this project is subject to continued updates.

Technologies Used

  • React.js
  • CSS
  • Storybook

Installation Instructions

  1. clone this repository
git clone https://github.com/shelbyvjacobs/game-meetup-component-library.git
  1. change into the directory
cd game-meetup-component-library
  1. install dependencies
npm install
  1. run the project
npm start

Approach

  • Create basic components (such as buttons) as building blocks
  • Build more complicated components using simple components
  • Utilize components from the library in the front end app (here)
  • After editing and using components as necessary in the app, update components in the library

Future Plans

  • Include composite components from the final app

Contribute

Source code: here

Issue Tracker: here

About

https://boring-goldwasser-48aa00.netlify.com


Languages

Language:JavaScript 68.3%Language:HTML 16.9%Language:CSS 14.9%