Skip to content

wendyyng/Idea_Factory

Repository files navigation

Idea Factory

Table of Contents

  • Summary
  • Technologies Used
  • Features
  • Screenshots
  • Installation

Summary

Idea Factory is an app that allows users to share ideas and leave reviews.

Technologies Used:

  • Ruby on Rails
  • ERB
  • Bootstrap
  • HTML
  • CSS
  • PostgreSQL
  • TDD with RSpec

Features

  • Sign in and sign up as a user
  • Full CRUD functions: view, create, edit and delete ideas
  • Like and unlike ideas
  • Like counts for each ideas on the index and show pages
  • Create and delete reviews
  • Include 6 RSpec controller tests, practicing Test Driven Development (TDD)

Screenshots:

  • Home Page: image
  • Ideas Show Page: image
  • Create a New Idea: image

Installation:

  • git clone URL
  • cd into project
  • Run rails db:create
  • Run rails db:migrate
  • Run rails db:seed
  • Run rails s
  • On the browser run localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published