/react-rhetoric-question

Another simple project to learn by practice about React state and conditional rendering :)

Primary LanguageSCSSMIT LicenseMIT

React - Rhetoric question

Description

A simple web page showing a button to toggle an answer to a rhetoric question. This was built as a pure attempt to learn the basics of state management in React.

How to use

Online

Check out this web page online at https://davide2894.github.io/react-rhetoric-question/

Local setup

Execute in development mode (with file watch): 'npm start'.

Execute in production mode (with generation of a single build): 'npm run build'