https://github.com/sumanwebcraft/quizly-js
🚀 Interactive JavaScript Quiz App built by Suman Maity — tests JS knowledge with real-time feedback, responsive UI, and clean logic. Built using HTML, CSS, JavaScript (Vanilla JS), Bootstrap, and Tailwind CSS, and deployed on Netlify. Demonstrates strong frontend development, DOM manipulation, and responsive design skills.
https://github.com/sumanwebcraft/quizly-js
app bootstrap css dom dom-manipulation html javascript netlify-deployment tailwind web
Last synced: about 2 months ago
JSON representation
🚀 Interactive JavaScript Quiz App built by Suman Maity — tests JS knowledge with real-time feedback, responsive UI, and clean logic. Built using HTML, CSS, JavaScript (Vanilla JS), Bootstrap, and Tailwind CSS, and deployed on Netlify. Demonstrates strong frontend development, DOM manipulation, and responsive design skills.
- Host: GitHub
- URL: https://github.com/sumanwebcraft/quizly-js
- Owner: SumanWebCraft
- Created: 2025-11-11T06:15:00.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-11-11T07:09:34.000Z (8 months ago)
- Last Synced: 2025-11-11T09:06:45.257Z (8 months ago)
- Topics: app, bootstrap, css, dom, dom-manipulation, html, javascript, netlify-deployment, tailwind, web
- Language: CSS
- Homepage: https://quizzlyjs.netlify.app/
- Size: 31.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Simple Tailwind CSS Starter
This is an extremley simple setup to develop Tailwind projects. This will be used in my Tailwind From Scratch course.
## Usage
Install dependencies
```
npm install
```
Run Tailwind CLI in watch mode
```
npm run dev
```
You can use tailwind classes in any .html files in the root directory
Put any custom CSS that you may have in the **src/input.css** file
Add any config values to the **tailwind.config.js** file
To build once, run
```
npm run build
```
You only need to deploy your html files and css/style.css