This project was bootstrapped with Create React App.
- 6 fully customizable stories with audio and background images available
- Pause and Play functionality for story audio, with pause/play button
- Increased image sizes for both story and word images
- Various CSS changes for readability of story and overall app
- Missing images and audio added for words that did not work
- 3 fully customizable stories with audio and background images
- Words with image and audio for 20+ types of sight words
- Includes customizable friend characters
- Quizzes to learn sight words
- Automatic story audio and text progression
- All story text and word text is read aloud to the user
- User progress is locally stored for any given browser session
- Word category for customizable animals with three parts- head, middle, and tail
- Word-by-word highlighting of text matched with story audio
- Some words are missing audio, client needs to add create and add missing audio files
- An Internet browser and Internet connection to access:
- Node.js website for the installation of Node
- The repo for our application source code
- Must have Node.js installed on the device on which you wish to build the application
- https://nodejs.org/en/
- Verify installation of a node by running
node -vin the command line
- No steps necessary for installation of actual application
- Third-party dependencies are handled in step (2b) of Build Instructions
- Clone or download the source code from our Github repository:
- https://github.com/JWhite30515/jdbrainyweb
- To clone, run
git clone https://github.com/JWhite30515/jdbrainyweb.gitin the directory where you want the source code to be stored - To download:
- Click on the green “Clone or download” on our Github repository page
- Click on “Download ZIP” to download a zip file of our source code
- Navigate into the directory where you cloned/downloaded the source code
- E.g.
cd ~/Desktop/jdbrainyweb - Run
npm ifrom that directory to installnode_modules, an automatically generated folder of the third-party dependencies our app uses
- E.g.
- Run
npm run startto compile and run the application - If the application compiles successfully, you can see it running on
localhost:3000in the browser of your choice
- If unable to run
npmcommands, verify node is installed by runningnode -von the command line
- make sure you have node installed
- run
npm ito install node_modules - when commiting, make sure your global gitignore excludes the
- node_modules/
- .DS_Store
- reference https://jayeshkawli.ghost.io/using-global-gitignore-on-mac/ if you need help
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
Note: this is a one-way operation. Once you eject, you can’t go back!
If you aren’t satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.
Instead, it will copy all the configuration files and the transitive dependencies (Webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.
You don’t have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.
This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting
This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify