Welcome to the front-end repository of my Quiz Application project! 🚀 This application is built using React for the user interface. You can find the backend for this here - https://github.com/HemanthDas/Quiz-Application-Server
- User-Friendly Interface: Intuitive and responsive UI for an enjoyable user experience.
- Full-Stack Development: This front-end interacts seamlessly with the back-end, showcasing a full-stack application.
To run this front-end locally, follow these steps:
-
Clone the repository:
git clone https://github.com/HemanthDas/Quiz-Application
-
Navigate to the client folder:
cd Quiz-Application -
Install dependencies:
npm install
-
Start the front-end:
npm start
-
Open your browser and visit
http://localhost:5173to view the application.
Feel free to contribute by opening issues or submitting pull requests. Your feedback and suggestions are highly appreciated.