Key Features
- User account creation and login
- Upload listings to Rillow
- Edit/Delete listings
- See a full index of listings
Coming Soon
- Favorite listings
- Search for listings
How Rillow Was Built Rillow is a single-page full-stack app incorporating:
Ruby on Rails React/Redux AWS S3 JavaScript / AJAX / JBuilder HTML5 / CSS PostgreSQL
Rillow is a single-page app built on the React JavaScript library. The React Router JavaScript library is used to manage user navigation. The Rails API is queried with AJAX requests and returns JSON structures which are incorporated into the Redux state.
Development Insights One of the most difficult design elements of Rillow was using the Rails API to perform database queries. JBuilder responses are sent from Rails to Redux and are used to update the state of our React components.