This is a simple React application that displays Stoic quotes.
To install the application, follow these steps:
- Clone the repository:
git clone <repository-url>
- Navigate into the project directory:
cd <project-directory>
- Install the dependencies:
npm install
To start the application, run: npm start
The application will start and can be accessed at http://localhost:3000
.
The main components of the application are:
-
App
: This is the main component of the application. It renders theQuoteMachine
component. -
QuoteMachine
: This component is responsible for displaying the Stoic quotes.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.