https://github.com/code-beaker/faq-page-devchallenges
https://github.com/code-beaker/faq-page-devchallenges
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/code-beaker/faq-page-devchallenges
- Owner: Code-Beaker
- Created: 2025-10-23T15:51:35.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-10-23T16:40:56.000Z (3 months ago)
- Last Synced: 2025-10-23T18:31:58.758Z (3 months ago)
- Language: HTML
- Homepage: https://code-beaker.github.io/faq-page-devchallenges/
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FAQ Page — Devchallenges
Minimal static FAQ page built with plain HTML and Tailwind (via CDN).
## Preview
I have hosted this site on GitHub Pages. You can find the link in the repository.
## Features
- Simple, responsive FAQ layout
- Tailwind CSS included from CDN (`@tailwindcss/browser`)
## Files
- [index.html](index.html) — main markup and layout
- [package.json](package.json) — project metadata and scripts
- [README.md](README.md) — this file
You can inspect the test script at [`package.json.scripts.test`](package.json).
## Run / Develop
No build step required. To view locally:
1. Open [index.html](index.html) in a browser.
2. (Optional) Use a live-reload extension such as Live Server in VS Code for faster iteration.
To run the (placeholder) test script:
```sh
npm run test
```
## Notes
- Tailwind is loaded from CDN in [index.html](index.html).
- License defined in [package.json](package.json): ISC.
## License
ISC