Welcome to Quizzical! This project is a quiz site where you can test your general knowledge. It was developed as part of the Scrimba React Course with Bob Ziroll. It has been a great learning experience!
Live Site URL marcin10lw.github.io/quizzical-react
In addition to the main functionality, I have implemented the following features independently:
- Redux Toolkit for state management
- Redux Saga for handling asynchronous actions
- Mobile design for a responsive experience
I have also added features based on the response status:
- Error handling
- Loading page
To run this project locally, follow these steps:
- Clone the repository to your local machine using the following command:
git clone https://github.com/marcin10lw/quizzical-react- Navigate to the project directory:
cd quizzical-react- Install the project dependencies using npm or yarn:
npm installor
yarn install- Start the development server:
npm startor
yarn start- Open your browser and visit http://localhost:3000 to view the website.


