Hi ! This is ZIGU quiz's front-end repository.
Please refer to the back-end repository to run it locally and run the server together
Or go to this link https://ziguquiz.site
Before you begin, ensure you have the following installed:
- Node.js (https://nodejs.org/)
- npm (comes with Node.js)
To get a local copy up and running, follow these simple steps.
git clone https://github.com/ZIGUquiz/ZIGUquiz-frontend.git
cd your-react-project
npm install
npm start
The application will start and be accessible on http://localhost:3000.