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

https://github.com/code-beaker/faq-page-devchallenges


https://github.com/code-beaker/faq-page-devchallenges

Last synced: 3 months ago
JSON representation

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