Skip to content

is a full-stack, Vanilla JS frontend and Rails backend, web application where you can view quotes 💬 to help you go through hard time, to get stuff done, to study, to focus and to get inspired by.

Notifications You must be signed in to change notification settings

labradorescence/growth-mindset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

One Quote At A Time ✌ 💬 ✌

One Quote At A Time is a full-stack, vanilla JS frontend and Rails backend, web application where you can view quotes to help you go through hard time, to get stuff done, to study, to focus and to get inspired by.

Live demo: https://labradorescence.github.io/growth-mindset/

One Quote At A Time screen shot

Getting Started

  • (Backend: https://github.com/labradorescence/OneQuoteAtaTime-back)
    1. Clone this frontend repository onto your local machine.
    2. Clone backend, Ruby on Rails API link above onto your local machine.
    3. Run bundle install to download all the necessary gems.
    4. Once you've installed everything smoothly, run rails s in the backend.
    5. Run open index.html to start the app!

Features

Asynchronous CRUD FETCH

  • CREATE (POST) new quote to the Rails backend API
  • READ (GET) quote data from the backend and display on the front-end browser
  • UPDATE (PATCH) likes from unliked(empty heart) to liked(red heart) on the front and backend
  • DELETE current quote on the front and back end

ActiveRecord Associations

  • 1 model
  • Uses ActiveModelSerializers, which turns model attributes into JSON object keys

Other Features

  • custom modern minimalism design CSS
  • hidden create a new quote form when user is only viewing quotes

One Quote At A Time-add new quote form screenshot

Tech Stack

Tools

About

is a full-stack, Vanilla JS frontend and Rails backend, web application where you can view quotes 💬 to help you go through hard time, to get stuff done, to study, to focus and to get inspired by.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published