Users can save and share ideas for small weddings.
A web application created as part of the Flatiron School's Online Web Developer program.
- 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
- 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
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
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.
Everyone interacting in this app's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.
The app is available as open source under the terms of the MIT License.