Speedy SQL (Live Demo)
Speedy SQL is a SQL learning platform that runs entirely on the browser. The project is designed to be deployed using GitHub pages, allowing anyone to deploy their own custom set of SQL problems by simply forking the repository and writing Markdown files.
To deploy your own version of Speedy SQL:
- Fork this repository.
- Go to your repository settings and deploy it as a GitHub pages.
- Edit and create Markdown files in the
_problems
directory to specify your own custom problems. - Push any changes you made to your forked repository for the deployed website to change accordingly.