/awd-quiz

Primary LanguageJavaScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Quiz about adaptive web design Deploy

Folder structure:

  • src: source code
    • challenges
    • components
    • redux
    • styles
    • utils
  • public:
    • assets

Running it locally:

npm install
npm start

Deploying it to AWS S3

The react application can be built into static html/js/css files using:

npm run build

The result of this command is automatically uploaded to S3 via Github actions.

Acknowledgements

This project is a fork of:

Adding more questions

See CONTIRBUTING.md.