An open API service indexing awesome lists of open source software.

https://github.com/maustand/spanish-quiz-adventures

Spanish Language cards, proof of concept, using a Ruby on Rails Server with react
https://github.com/maustand/spanish-quiz-adventures

Last synced: 2 months ago
JSON representation

Spanish Language cards, proof of concept, using a Ruby on Rails Server with react

Awesome Lists containing this project

README

        

# spanish-quiz-adventures
Small Spanish quiz cards app.. Proof of concept, useful for learning react and rails

React & Rails

# Requirements
* Rails https://guides.rubyonrails.org/v5.0/getting_started.html#installing-rails
* Nodejs and NPM

# How to run it ?
* open a terminal in /server and run "rails s"
* open a terminal in /client and run "npm i & npm run start"

# Notes
* This is my first React app, so i decided to create this app in order to learn the library.