Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 871 Bytes

README.md

File metadata and controls

33 lines (18 loc) · 871 Bytes

Stoic Quotes

This is a simple React application that displays Stoic quotes.

Installation

To install the application, follow these steps:

  1. Clone the repository: git clone <repository-url>
  2. Navigate into the project directory: cd <project-directory>
  3. Install the dependencies: npm install

Usage

To start the application, run: npm start

The application will start and can be accessed at http://localhost:3000.

Components

The main components of the application are:

  • App: This is the main component of the application. It renders the QuoteMachine component.

  • QuoteMachine: This component is responsible for displaying the Stoic quotes.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT