The KCNA Quiz project provides a free and interactive platform for anyone preparing for the Kubernetes and Cloud Native Associate (KCNA) certification. Test your knowledge and get ready for the KCNA exam with this easy-to-use quiz application.
Explore the live project here: kcsa.purutuladhar.com.
- A variety of questions covering Kubernetes and Cloud Native topics.
- Interactive UI built with modern web technologies.
- Real-time feedback on answers.
- Mobile-friendly design.
Check out the live quiz application: kcsa.purutuladhar.com.
Follow these steps to set up the project locally:
-
Clone the repository:
git clone https://github.com/tuladhar/kcna-quiz.git cd kcna-quiz -
Install dependencies:
npm install- Start the development server:
npm run dev- Open your browser and navigate to http://localhost:3000 to view the application.
To build the project for production, follow these steps:
- Run the following command to generate the production build:
npx next build
- Copy the contents of the out/ directory to this repository.
This project is licensed under the MIT License. See the LICENSE file for details.
- Next.js - The framework used for building the app.
- Framer Motion - For animations.
- Lucide React - Icons used in the app.
- Canvas Confetti - Fun confetti effects.
- React Simple Icons - For additional icons.
Happy learning and good luck with your KCNA certification!