An open API service indexing awesome lists of open source software.

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

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

![quiz ui](https://github.com/user-attachments/assets/140f2686-e221-4b93-8b57-ad8e50a08d6a)

## 🚀 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.