https://github.com/tuladhar/cloud-certification-quiz
*FREE* Cloud Certification Quiz - Test your knowledge and prepare for your cloud certification exams
https://github.com/tuladhar/cloud-certification-quiz
aws certification cilium cloud free open-source quiz
Last synced: 7 months ago
JSON representation
*FREE* Cloud Certification Quiz - Test your knowledge and prepare for your cloud certification exams
- Host: GitHub
- URL: https://github.com/tuladhar/cloud-certification-quiz
- Owner: tuladhar
- Created: 2024-11-22T08:58:26.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-12-05T07:39:36.000Z (11 months ago)
- Last Synced: 2025-01-25T05:24:48.532Z (9 months ago)
- Topics: aws, certification, cilium, cloud, free, open-source, quiz
- Language: HTML
- Homepage: https://quiz.purutuladhar.com
- Size: 816 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🆓 ☁️ Cloud Certification Quiz
> 🧑🍳 More cloud certification quizzes in the making... Stay tuned!
🧠 Test your knowledge and prepare for your cloud certification exams 🎓
- [AWS Certified AI Practitioner (AIF-C01)](https://aif.purutuladhar.com)
- [Cilium Certified Associate (CCA)](https://cca.purutuladhar.com)
- [Kubernetes & Cloud Native Associate (KCNA)](https://kcna.purutuladhar.com)
- [Kubernetes & Cloud Native Security Associate (KCSA)](https://kcsa.purutuladhar.com)
- [Certified GitOps Associate (CGOA)](https://cgoa.purutuladhar.com)
👉 Check it out: https://quiz.purutuladhar.com

## 🚀 Project Bootstrap
```
cd /Users/puru/next.js/quiz-app/quiz.purutuladhar.com
npx create-next-app@latest quiz-ui
cd quiz-ui
npm install framer-motion lucide-react canvas-confetti @icons-pack/react-simple-icons --legacy-peer-deps
```
## 🛠️ Local Development
```
npx next dev
```
## 📦 Release
```
npx next build
```
Upload the static output in `out/` directory to this repo.