/bink

Primary LanguageRuby

ImageFinder Site

Link to website on Heroku
In this project , I create a site that searches images based on a user selecting a coloured square.

Technology

  • Rails 5.0.2
  • Rspec
  • Heroku
  • Bootstrap
  • Active Record
  • Postgres

Languages

  • Ruby
  • SQL
  • HTML
  • CSS

Website Screenshots

  1. Visit website on Heroku

  2. View HomePage and click a text inside a coloured box to start search
    HomePage

  3. View search result and click on a picture to visit its webpage
    Search Result

  4. View Search history
    Search History

  5. View Show with more details for a search history
    Show

Step up

  1. In terminal, git clone https://github.com/BasileKoko/bink.git, then cd bink/
  2. Run bundle install
  3. Create Databases rake db:create , then rake db:migrate
  4. To run website on server, in terminal enter rails s
  5. Visit localhost:3000

Testing

Testing