Skip to content

ferrufinob/StudyNook-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StudyNook

StudyNook provides users a place to organize and study developer flashcards.

Current Features

  • full CRUD for cards
  • create deck to keep cards organized by category
  • edit flashcard
  • delete deck
  • search bar filters through questions and answers
  • card flip

last commit

Backend Repo

View LIVE

DEMO

app

Built with

  • Vanilla JavaScript
  • Rails 6 API
  • PostgreSQL database

Installation

Backend

git clone
bundle install
rake db:setup
rails s

Open browser to 'http://localhost/3000' to start Rails API.

Frontend

git clone
open index.html

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT