react-components-csimon
v0.1.3
Published
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
Downloads
6
Readme
Text Genertor Component
The functionality of this project is intentionally simple, since the main focus is on deployment rather than features.
What the Text Generator component does is: When the button is clicked, a random number is generated. This number is then compared to the current one, and if it is different, a new joke from the jokes array is loaded and displayed inside the paragraph. If the number is the same, a new one is generated again until it its different.
Available Scripts
To start the project, run:
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
