Skip to content

Up to the challenge? take the quiz? enjoyed the quiz? contribute to the questions

License

Notifications You must be signed in to change notification settings

kulkultech/css-quiz

Repository files navigation

All Contributors GitHub issues PRs Welcome GitHub forks GitHub stars GitHub license

Learn CSS fundamentals through fun and challenging quizzes! 😃

🚀 How to run the app locally

In order to use this app locally, the package manager yarn needs to be installed

If you don't have it installed yet, head over to:

👉 https://yarnpkg.com/en/docs/install

and install the latest yarn version for your system.

1. Clone the repo

🏇 Run this command to clone the repo, it shall install the app locally and change to its directory automatically:

git clone https://github.com/fameweka/css-quiz.git fameweka-css-quizzes && cd $_

2. Install dependencies

First, before you can use the app, you have to run this command to install all the dependencies:

yarn install

3. Start and view the app 👀

After you've installed all the dependencies, run this command to start the app:

yarn start 🏇

Then, in your browser, open http://localhost:8000/ to view it! 🎉 🎉

🚧 Contributing

I invite you to contribute to this repository! You can do so by opening an issue, or by directly contributing questions.

To directly contribute a quiz question, do the following:

  1. Fork the repository 🍴
  2. In terminal run yarn install
  3. For creating new question run yarn new-question %your_question_name% (Note %your_question_name% should be lowercased with words separated with dash -)
  4. Open file index.md in directory content/questions/%your_question_name% and fill all fields.

If you have any questions, let me know!

📋 About the app

The app was bootstrapped using the gatsby-starter-blog template and then massaging it into a format conducive to quizzing.

css-quiz

Up to the challenge? Take the quiz? Enjoyed the quiz? Contribute to the questions

Deployment

Run below command to deploy to gh-pages.

npm run deploy

✨Contributors

Thanks goes to these wonderful people (emoji key):

mpj
mpj

🚇
Faisal Amir
Faisal Amir

💻
Arnold Sebastian
Arnold Sebastian

💻
Dennis Juanito
Dennis Juanito

🖋
Alan Sarluv
Alan Sarluv

🖋

This project follows the all-contributors specification. Contributions of any kind welcome!

About

Up to the challenge? take the quiz? enjoyed the quiz? contribute to the questions

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published