Code Quiz
Welcome to the Code Quiz Open Source project from How To Code Well.
This is an Open Source project that includes an API and an App for the daily code quizzes.
The daily code quizzes are published to Instagram and Twitter. This GitHub project is under development and will eventually allow access to the quizzes via a JSON API, Mobile app and website.
This Monorepo contains the following three projects.
- API - A Symfony 6, PHP 8 and Maria DB backend.
- API-Client - A NPM package for mock testing the API.
- App - A Mobile application that displays code quizzes.
- Website - A Website that displays code quizzes.
Project development
This project is being developed live on YouTube most Tuesdays at 6pm BST and most Sundays on Twitch.
Help needed!
If you would like to help build the project then please pick a ticket from the issues. If you are new to Open Source then pick an issue labeled good first issue
.
Pull requests may be reviewed live on Twitch/YouTube.
Contributing to this project
See the CONTRIBUTING guide on how to contribute to the project.
API
To install the API please read the wiki page
Database
Please read the wiki page on how to access and use the database.
API Client
To install the API client please read the API-Client wiki page