Skip to content

Latest commit

 

History

History
67 lines (39 loc) · 1.76 KB

README.md

File metadata and controls

67 lines (39 loc) · 1.76 KB

React Minimony App

Users can save and share ideas for small weddings.

A web application created as part of the Flatiron School's Online Web Developer program.

Features 🌟

  • Browse posts in masonry layout, featuring zoom animation on hover
  • Login to create posts, including image upload option
  • Save posts to custom boards
  • Remain logged in after navigating away or refreshing
  • Return to scroll position when browsing
  • Search posts

Built With

  • React front end
  • Redux to manage state
  • React Router for client-side routing
  • Rails API backend
  • React Bootstrap framework and CSS for styling
  • Rails sessions Data and HTTP Cookies for user authentication
  • PostgreSQL database

Demo 🖥

Get Started

Visit https://www.myminimonyapp.com/

Or install:

Fork and clone Rails API backend:

  • cd my-minimony-backend
  • run bundle install
  • run rake db:migrate
  • run rails s

Fork this repository:

  • git clone to your local directory
  • cd my-minimony-frontend
  • run npm install
  • run npm start

Contributors Guide 👋

Bug reports and pull requests are welcome on GitHub at https://github.com/agiletkiewicz/my-minimony-frontend. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

Code of Conduct

Everyone interacting in this app's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

License

The app is available as open source under the terms of the MIT License.