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
- Host: GitHub
- URL: https://github.com/maustand/spanish-quiz-adventures
- Owner: maustand
- License: gpl-3.0
- Created: 2022-05-23T18:41:03.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-12T12:03:16.000Z (almost 3 years ago)
- Last Synced: 2025-01-28T20:31:40.987Z (4 months ago)
- Language: Ruby
- Size: 343 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spanish-quiz-adventures
Small Spanish quiz cards app.. Proof of concept, useful for learning react and railsReact & 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.