https://github.com/tuladhar/aws-certified-ai-practitioner-practice-quiz
*Free Quiz* AWS Certified AI Practitioner (AIF-C01)
https://github.com/tuladhar/aws-certified-ai-practitioner-practice-quiz
ai aws practice-quiz quiz
Last synced: 10 days ago
JSON representation
*Free Quiz* AWS Certified AI Practitioner (AIF-C01)
- Host: GitHub
- URL: https://github.com/tuladhar/aws-certified-ai-practitioner-practice-quiz
- Owner: tuladhar
- Created: 2024-11-10T17:52:26.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-10T11:03:00.000Z (6 months ago)
- Last Synced: 2025-01-16T07:15:50.736Z (5 months ago)
- Topics: ai, aws, practice-quiz, quiz
- Language: HTML
- Homepage: https://aif.purutuladhar.com
- Size: 1.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **Free Quiz** - AWS Certified AI Practitioner (AIF-C01)
👇 Challenge your AI knowledge:
- https://aif.purutuladhar.com
## Local Development
1. Run development server
```bash
cd /Users/puru/next.js/quiz-app/quiz-app2
npx next dev
```
2. Browse https://localhost:3000## Release
1. Build static files
```bash
cd /Users/puru/next.js/quiz-app/quiz-app2
npx next build
# A custom script to move single HTML file, such as dashboard.html to dashboard/index.html
# Why? API Routes cannot be used with "output: export" - See next.config.ts
./move.sh
```2. Upload static files to GitHub
3. Once uploaded, Cloudflare pages will auto-trigger the deploy.
4. Browse https://aif.purutuladhar.com