Final Project for Flatiron School Module 5 (React.Js, Redux & Ruby on Rails)
This project was bootstrapped with Create React App.
A web app to connect volunteers offering up housing with caseworkers representing refugees & asylum seekers
bundle install- On terminal, run
rails s - For the backend API (https://github.com/ekatsuta/Nido-client-side), clone repository,
npm installand runnpm start
- React app with double authentication & authorization between hosts and caseworkers.
- Leveraged Redux to enhance the readability and efficiency of the React components
- Uses Ruby on Rails API to store information on the users, home listings and cases
- Uses Mapbox, Chart.js and React Calendar for additional features
Time allocated: 2 weeks
Run bundle install, then run rails s to start the server.
- Ruby on Rails