Made with React
Netlify
Node should be installed on the system.
- Auto Check
- Fetching random data from Trivia API
- Using Components
- Using state and effect
- Fork the Repo
- Clone the Repo
git clone https://github.com/hitesh181/quizzical.git
- Navigate to the directory
cd quizzical - Install necessary dependency and packages
npm i
- Launch on the local server with
npm start
- Redirect to http://localhost:3000 or your respective local address.