SnapQuiz Builder is a web application that allows users to generate images for code snippet questions and share them on social media. It's a fun and engaging way to challenge your friends, followers, or coding community with coding puzzles.
- Code Snippet Questions: Create and customize code snippet questions for various programming languages.
- Image Generation: Generate visually appealing images for your code questions with syntax highlighting.
- Browser Theme Integration: Automatically adapt the application theme based on the user's browser theme for a consistent and personalized experience.
Make sure you have Node.js installed on your machine.
-
Clone the repository:
git clone https://github.com/ibrahim11elian/SnapQuiz-Builder.git
-
Navigate to the project directory:
cd snapquiz-builder
-
Install dependencies:
npm install
-
Start the development server:
npm start
The app will be accessible at http://localhost:3000 by default. Don't forget to check package.json to see the other possible scripts.
- Access the application in your web browser.
- Customize your code snippet question and select the programming language.
- Generate the image and effortlessly share it on your favorite social media platform!
- HTML5
- CSS3
- JavaScript
- React.js
- Vite
- dom-to-image - JavaScript library for converting DOM nodes to images.
- react-toastify - beautiful package for alert
- Frontend Mentor - @ibrahim11elian