GithubHelp home page GithubHelp logo

bottle_share_frontend's Introduction

Tapped

A social application for craft beer enthusiasts, Tapped was the capstone project for my studies at Flatiron School. This project started life as an event manager for bottle shares, allowing users to create events and invite other users, who can then respond to invitations and discuss events or post photos on the event's page.

Since finishing school, I've been working on merging parts of a previous project - a beer/brewery database and beer review application, built in collaboration with Oleg Chursin as the final project for our React studies - into this. This integration is now mostly complete and, time permitting, I may continue to add features such as private messages, friend relationships for users, geolocation to find nearby public events, SSL, etc.

If you'd like to take a look at the deployed application it's currently hosted at http://tapped.kevinrandles.com, and the repo for the Rails API backend can be found at https://github.com/krandles/bottle_share_backend.

Technical Notes

Front-end was built using React, Redux, and React Router, and styled using Semantic UI components. I also utilized Filestack to simplify the process of implementing file uploads, and Moment.js to take the pain out of JS date management.

Back-end is a RESTful JSON API built with Ruby on Rails, using a PostgreSQL database.

Installation

  • Fork and clone this repo
  • yarn install or npm install to install dependencies
  • API keys for Google Maps and Filestack should be set as environment variables (REACT_APP_GOOGLE_MAPS_KEY and REACT_APP_FILESTACK_KEY) or otherwise configured
  • yarn start or npm start to launch

Concerns

  • Need to implement data validation, client and server-side (currently WIP)
  • Currently all data is fetched on initial load or at login. While this works fine for the purposes of this project, it would need to be refactored as the size of the database grows.
  • Individual beer/brewery pages still need to be built out

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.