A simple project created for assessment, utilizing React.js to interact with the Ron Swanson Quotes API. The project renders quotes fetched from the API using React components, showcasing how to integrate external APIs with React.js.
Follow these steps to install the Project in your local machine:
- Clone the repository to your local machine.
- Navigate to the project directory in your terminal.
- Install Node.js if not already installed on your system.
- In the terminal, run
npm install
to install frontend dependencies. - Once dependencies are installed, run
npm run dev
. - Enjoy!