Skip to content

n3llym/Cup_of_Sugar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

282 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cup of Sugar

Project Overview

Cup of sugar is a social platform that allows users to connect with other members who live close by.

User can add notices, build events and add items they have to share or would like to borrow. Users can add their own attendance to an event, see others who are attending and add and view comments.

Motivation

The project was built by Duncan Haran, Jess Noriega-Lessard and Nelly Main over 10 days as a final project for the 12 weeks Lighthouse Labs Web Development Bootcamp.

Screenshots

  1. Main page with all unfiltered articles

main page

  1. Filtered notices page in responsive mobile size

responsive

  1. Registration page

registration page

Tech/Framework

The backend was built was Ruby on Rails and the Front End predominately with React as well as Javascript, HTML, and SASS.

Installation

The project is divided into a frontend under the client folder and a backend.

To start the backend:

Within the project directory - backend

Run "bundle install" to install all dependencies.

Run "rails db:reset" to reset and seed the database.

Run "bin/rails s -p 3001 -b 0.0.0.0" to start.

To start the frontend:

Within the project directory - client

Run "npm install" to install all dependencies.

Run "npm start" to start.

The app will automatically start in the browser or else open http://localhost:3001/

The page will reload if you make edits.

The registation used Google Maps API to pre-fill the user address on registration and show a rough outline of the community border. Without signing up and registering with the Google Maps API you can just enter the address manually at registration.

Learn More

This project was bootstrapped with Create React App.

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

About

A Rails React app designed to bring neighbors closer together.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 45.7%
  • Ruby 36.1%
  • HTML 11.0%
  • CSS 7.2%