Skip to content

Jomatrix is a photo sharing application built with a React frontend and a Rails API backend. Users can upload images to their account, browse images posted by other users, leave comments & likes on posts, and follow other users.

Notifications You must be signed in to change notification settings

jomapormentilla/jomatrix-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jomatrix

Phase Five Project for Flatiron School's Software Engineering Bootcamp Program. Jomatrix is a photo sharing application built with a React frontend and a Rails API backend . This application allows users to:

  • create & manage a personal account
  • upload images (AWS S3)
  • comment on posts
  • like & unlike posts

Requirements

React, npm

Installation

Clone this repository into your developer environment. In the root directory of the application, run the following command to install all package dependencies:

npm install

Usage

This application connects to a Ruby on Rails API, please visit the corresponding backend repo for installation instructions. With the API server running, run the following from the root directory of the application:

npm start

If the React script does not automatically open a browser window for you, go ahead and visit the following url: 'http://localhost:3001/' Sign up for an account on the Sign Up page, and you're all set to start exploring the application.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Video Walkthrough

Click here for a video walkthrough of this application.

License

This React project is available as open source under the terms of the MIT License.

About

Jomatrix is a photo sharing application built with a React frontend and a Rails API backend. Users can upload images to their account, browse images posted by other users, leave comments & likes on posts, and follow other users.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published