Create and solve quizzes
Report Bug
·
Request Feature
Quise is a simple web application intended to create and solve quizzes.
This is a personal project. Created quizzes are deleted 30 days after creation and after big updates.
To get a local copy up and running follow these simple steps.
- Clone the repo
or
git clone https://github.com/ShatterPlayer/quise-frontend.git
git clone git@github.com:ShatterPlayer/quise-frontend.git
- Install packages
yarn install
Run dev server
yarn dev
Create production build
yarn build
Analyze bundle size
yarn analyze
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.