andraspatka / awd-quiz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 81.3%Language:SCSS 12.3%Language:HTML 3.3%Language:CSS 3.1%