This React web app was created to help the students of Cristo Rey Catecismo study. Students are required to learn prayers, "The 92 questions", and other important information. There are two sections in this app. The first section is the Prayers section, this contains prayers and other important information for the students to review. The second section is the Flashcard section, this section allows students to enter the range of the questions they wish to study as flashcards. Students learn in both English and Spanish, this app is able to display the information in both languages.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
For development, you will only need Node.js installed on your environment. And a code editor of your choice. I use Visual Studio Code.
Node is really easy to install & now include NPM. You should be able to run the following command after the installation procedure below.
$ node --version
v0.10.24
$ npm --version
1.3.21
$ git clone https://github.com/jmrtnz94/catecismo.git
$ cd PROJECT
$ npm install
$ npm start
$ npm run build
- React - SPA Development
- React Router - Routing
- Redux, React Redux - Application Storage
- Redux Thunk - Asynchronous Actions
- React Intl - Internationalize
- Firebase - Database Storage
- Material-UI - Styling and Icons
- Jose Martinez - jmrtnz94