An open API service indexing awesome lists of open source software.

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.

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