id
int64 1
100k
| prompt
stringclasses 90
values | response
stringclasses 6
values | metadata
dict |
|---|---|---|---|
2,501
|
Create an Express.js e-commerce product listing page.
|
const express = require('express');
const app = express();
app.get('/', (req, res) => res.send('Hello, Express!'));
app.listen(3000);
|
{
"framework": "Express.js",
"difficulty": "hard"
}
|
2,502
|
Develop a Svelte login page with email and password authentication.
|
Code snippet not available.
|
{
"framework": "Svelte",
"difficulty": "hard"
}
|
2,503
|
Create a Vue component for a user profile card.
|
<template>
<div>Vue Component</div>
</template>
<script>
export default { name: 'Component' };
</script>
|
{
"framework": "Vue",
"difficulty": "hard"
}
|
2,504
|
Design a dark mode toggle in Tailwind CSS.
|
<div class="bg-blue-500 text-white p-4">Styled with Tailwind</div>
|
{
"framework": "Tailwind CSS",
"difficulty": "medium"
}
|
2,505
|
Develop a Bootstrap login page with email and password authentication.
|
Code snippet not available.
|
{
"framework": "Bootstrap",
"difficulty": "easy"
}
|
2,506
|
Build a Svelte application that fetches data from an API.
|
Code snippet not available.
|
{
"framework": "Svelte",
"difficulty": "easy"
}
|
2,507
|
Build a FastAPI chatbot interface using WebSockets.
|
Code snippet not available.
|
{
"framework": "FastAPI",
"difficulty": "medium"
}
|
2,508
|
Create a FastAPI component for a user profile card.
|
Code snippet not available.
|
{
"framework": "FastAPI",
"difficulty": "hard"
}
|
2,509
|
Implement a Flask CRUD application with database integration.
|
Code snippet not available.
|
{
"framework": "Flask",
"difficulty": "medium"
}
|
2,510
|
Build a Tailwind CSS application that fetches data from an API.
|
<div class="bg-blue-500 text-white p-4">Styled with Tailwind</div>
|
{
"framework": "Tailwind CSS",
"difficulty": "easy"
}
|
2,511
|
Create a Flask component for a user profile card.
|
Code snippet not available.
|
{
"framework": "Flask",
"difficulty": "hard"
}
|
2,512
|
Create an Django e-commerce product listing page.
|
from django.http import HttpResponse
def home(request):
return HttpResponse('Hello, Django!')
|
{
"framework": "Django",
"difficulty": "medium"
}
|
2,513
|
Write a Express.js function to handle form validation.
|
const express = require('express');
const app = express();
app.get('/', (req, res) => res.send('Hello, Express!'));
app.listen(3000);
|
{
"framework": "Express.js",
"difficulty": "easy"
}
|
2,514
|
Write a Django function to handle form validation.
|
from django.http import HttpResponse
def home(request):
return HttpResponse('Hello, Django!')
|
{
"framework": "Django",
"difficulty": "medium"
}
|
2,515
|
Create a Vue component for a user profile card.
|
<template>
<div>Vue Component</div>
</template>
<script>
export default { name: 'Component' };
</script>
|
{
"framework": "Vue",
"difficulty": "easy"
}
|
2,516
|
Develop a Flask login page with email and password authentication.
|
Code snippet not available.
|
{
"framework": "Flask",
"difficulty": "easy"
}
|
2,517
|
Write a Tailwind CSS function to handle form validation.
|
<div class="bg-blue-500 text-white p-4">Styled with Tailwind</div>
|
{
"framework": "Tailwind CSS",
"difficulty": "medium"
}
|
2,518
|
Build a Svelte chatbot interface using WebSockets.
|
Code snippet not available.
|
{
"framework": "Svelte",
"difficulty": "medium"
}
|
2,519
|
Write a Flask function to handle form validation.
|
Code snippet not available.
|
{
"framework": "Flask",
"difficulty": "medium"
}
|
2,520
|
Create a Vue component for a user profile card.
|
<template>
<div>Vue Component</div>
</template>
<script>
export default { name: 'Component' };
</script>
|
{
"framework": "Vue",
"difficulty": "medium"
}
|
2,521
|
Design a dark mode toggle in Express.js.
|
const express = require('express');
const app = express();
app.get('/', (req, res) => res.send('Hello, Express!'));
app.listen(3000);
|
{
"framework": "Express.js",
"difficulty": "hard"
}
|
2,522
|
Design a dark mode toggle in Bootstrap.
|
Code snippet not available.
|
{
"framework": "Bootstrap",
"difficulty": "medium"
}
|
2,523
|
Build a Svelte chatbot interface using WebSockets.
|
Code snippet not available.
|
{
"framework": "Svelte",
"difficulty": "hard"
}
|
2,524
|
Develop a Bootstrap login page with email and password authentication.
|
Code snippet not available.
|
{
"framework": "Bootstrap",
"difficulty": "medium"
}
|
2,525
|
Create a Flask component for a user profile card.
|
Code snippet not available.
|
{
"framework": "Flask",
"difficulty": "hard"
}
|
2,526
|
Develop a Angular login page with email and password authentication.
|
Code snippet not available.
|
{
"framework": "Angular",
"difficulty": "hard"
}
|
2,527
|
Develop a Tailwind CSS login page with email and password authentication.
|
<div class="bg-blue-500 text-white p-4">Styled with Tailwind</div>
|
{
"framework": "Tailwind CSS",
"difficulty": "hard"
}
|
2,528
|
Design a dark mode toggle in Bootstrap.
|
Code snippet not available.
|
{
"framework": "Bootstrap",
"difficulty": "easy"
}
|
2,529
|
Develop a React login page with email and password authentication.
|
import React from 'react';
function Component() {
return <div>React Component</div>;
}
export default Component;
|
{
"framework": "React",
"difficulty": "medium"
}
|
2,530
|
Write a FastAPI function to handle form validation.
|
Code snippet not available.
|
{
"framework": "FastAPI",
"difficulty": "medium"
}
|
2,531
|
Build a Express.js chatbot interface using WebSockets.
|
const express = require('express');
const app = express();
app.get('/', (req, res) => res.send('Hello, Express!'));
app.listen(3000);
|
{
"framework": "Express.js",
"difficulty": "medium"
}
|
2,532
|
Design a dark mode toggle in Django.
|
from django.http import HttpResponse
def home(request):
return HttpResponse('Hello, Django!')
|
{
"framework": "Django",
"difficulty": "medium"
}
|
2,533
|
Create an Bootstrap e-commerce product listing page.
|
Code snippet not available.
|
{
"framework": "Bootstrap",
"difficulty": "medium"
}
|
2,534
|
Implement a Flask CRUD application with database integration.
|
Code snippet not available.
|
{
"framework": "Flask",
"difficulty": "easy"
}
|
2,535
|
Develop a Tailwind CSS login page with email and password authentication.
|
<div class="bg-blue-500 text-white p-4">Styled with Tailwind</div>
|
{
"framework": "Tailwind CSS",
"difficulty": "medium"
}
|
2,536
|
Design a dark mode toggle in Express.js.
|
const express = require('express');
const app = express();
app.get('/', (req, res) => res.send('Hello, Express!'));
app.listen(3000);
|
{
"framework": "Express.js",
"difficulty": "medium"
}
|
2,537
|
Design a dark mode toggle in Bootstrap.
|
Code snippet not available.
|
{
"framework": "Bootstrap",
"difficulty": "medium"
}
|
2,538
|
Generate a mobile-responsive navigation bar using Tailwind CSS.
|
<div class="bg-blue-500 text-white p-4">Styled with Tailwind</div>
|
{
"framework": "Tailwind CSS",
"difficulty": "hard"
}
|
2,539
|
Create a Django component for a user profile card.
|
from django.http import HttpResponse
def home(request):
return HttpResponse('Hello, Django!')
|
{
"framework": "Django",
"difficulty": "easy"
}
|
2,540
|
Develop a React login page with email and password authentication.
|
import React from 'react';
function Component() {
return <div>React Component</div>;
}
export default Component;
|
{
"framework": "React",
"difficulty": "medium"
}
|
2,541
|
Create a Flask component for a user profile card.
|
Code snippet not available.
|
{
"framework": "Flask",
"difficulty": "hard"
}
|
2,542
|
Design a dark mode toggle in Vue.
|
<template>
<div>Vue Component</div>
</template>
<script>
export default { name: 'Component' };
</script>
|
{
"framework": "Vue",
"difficulty": "hard"
}
|
2,543
|
Implement a Express.js CRUD application with database integration.
|
const express = require('express');
const app = express();
app.get('/', (req, res) => res.send('Hello, Express!'));
app.listen(3000);
|
{
"framework": "Express.js",
"difficulty": "medium"
}
|
2,544
|
Create an Svelte e-commerce product listing page.
|
Code snippet not available.
|
{
"framework": "Svelte",
"difficulty": "hard"
}
|
2,545
|
Develop a Svelte login page with email and password authentication.
|
Code snippet not available.
|
{
"framework": "Svelte",
"difficulty": "easy"
}
|
2,546
|
Develop a Django login page with email and password authentication.
|
from django.http import HttpResponse
def home(request):
return HttpResponse('Hello, Django!')
|
{
"framework": "Django",
"difficulty": "medium"
}
|
2,547
|
Generate a mobile-responsive navigation bar using Angular.
|
Code snippet not available.
|
{
"framework": "Angular",
"difficulty": "medium"
}
|
2,548
|
Design a dark mode toggle in Bootstrap.
|
Code snippet not available.
|
{
"framework": "Bootstrap",
"difficulty": "medium"
}
|
2,549
|
Generate a mobile-responsive navigation bar using Bootstrap.
|
Code snippet not available.
|
{
"framework": "Bootstrap",
"difficulty": "medium"
}
|
2,550
|
Design a dark mode toggle in Tailwind CSS.
|
<div class="bg-blue-500 text-white p-4">Styled with Tailwind</div>
|
{
"framework": "Tailwind CSS",
"difficulty": "medium"
}
|
2,551
|
Write a Tailwind CSS function to handle form validation.
|
<div class="bg-blue-500 text-white p-4">Styled with Tailwind</div>
|
{
"framework": "Tailwind CSS",
"difficulty": "easy"
}
|
2,552
|
Design a dark mode toggle in Express.js.
|
const express = require('express');
const app = express();
app.get('/', (req, res) => res.send('Hello, Express!'));
app.listen(3000);
|
{
"framework": "Express.js",
"difficulty": "medium"
}
|
2,553
|
Create a Vue component for a user profile card.
|
<template>
<div>Vue Component</div>
</template>
<script>
export default { name: 'Component' };
</script>
|
{
"framework": "Vue",
"difficulty": "medium"
}
|
2,554
|
Implement a Angular CRUD application with database integration.
|
Code snippet not available.
|
{
"framework": "Angular",
"difficulty": "medium"
}
|
2,555
|
Design a dark mode toggle in Flask.
|
Code snippet not available.
|
{
"framework": "Flask",
"difficulty": "medium"
}
|
2,556
|
Generate a mobile-responsive navigation bar using Vue.
|
<template>
<div>Vue Component</div>
</template>
<script>
export default { name: 'Component' };
</script>
|
{
"framework": "Vue",
"difficulty": "medium"
}
|
2,557
|
Generate a mobile-responsive navigation bar using Express.js.
|
const express = require('express');
const app = express();
app.get('/', (req, res) => res.send('Hello, Express!'));
app.listen(3000);
|
{
"framework": "Express.js",
"difficulty": "medium"
}
|
2,558
|
Design a dark mode toggle in Svelte.
|
Code snippet not available.
|
{
"framework": "Svelte",
"difficulty": "easy"
}
|
2,559
|
Build a Svelte application that fetches data from an API.
|
Code snippet not available.
|
{
"framework": "Svelte",
"difficulty": "easy"
}
|
2,560
|
Write a Tailwind CSS function to handle form validation.
|
<div class="bg-blue-500 text-white p-4">Styled with Tailwind</div>
|
{
"framework": "Tailwind CSS",
"difficulty": "hard"
}
|
2,561
|
Build a Express.js chatbot interface using WebSockets.
|
const express = require('express');
const app = express();
app.get('/', (req, res) => res.send('Hello, Express!'));
app.listen(3000);
|
{
"framework": "Express.js",
"difficulty": "hard"
}
|
2,562
|
Design a dark mode toggle in Django.
|
from django.http import HttpResponse
def home(request):
return HttpResponse('Hello, Django!')
|
{
"framework": "Django",
"difficulty": "easy"
}
|
2,563
|
Build a Svelte chatbot interface using WebSockets.
|
Code snippet not available.
|
{
"framework": "Svelte",
"difficulty": "medium"
}
|
2,564
|
Develop a Flask login page with email and password authentication.
|
Code snippet not available.
|
{
"framework": "Flask",
"difficulty": "easy"
}
|
2,565
|
Build a Tailwind CSS application that fetches data from an API.
|
<div class="bg-blue-500 text-white p-4">Styled with Tailwind</div>
|
{
"framework": "Tailwind CSS",
"difficulty": "medium"
}
|
2,566
|
Build a Tailwind CSS chatbot interface using WebSockets.
|
<div class="bg-blue-500 text-white p-4">Styled with Tailwind</div>
|
{
"framework": "Tailwind CSS",
"difficulty": "medium"
}
|
2,567
|
Write a Vue function to handle form validation.
|
<template>
<div>Vue Component</div>
</template>
<script>
export default { name: 'Component' };
</script>
|
{
"framework": "Vue",
"difficulty": "easy"
}
|
2,568
|
Create a Tailwind CSS component for a user profile card.
|
<div class="bg-blue-500 text-white p-4">Styled with Tailwind</div>
|
{
"framework": "Tailwind CSS",
"difficulty": "medium"
}
|
2,569
|
Design a dark mode toggle in Django.
|
from django.http import HttpResponse
def home(request):
return HttpResponse('Hello, Django!')
|
{
"framework": "Django",
"difficulty": "hard"
}
|
2,570
|
Create a Bootstrap component for a user profile card.
|
Code snippet not available.
|
{
"framework": "Bootstrap",
"difficulty": "hard"
}
|
2,571
|
Create an Svelte e-commerce product listing page.
|
Code snippet not available.
|
{
"framework": "Svelte",
"difficulty": "hard"
}
|
2,572
|
Create an Vue e-commerce product listing page.
|
<template>
<div>Vue Component</div>
</template>
<script>
export default { name: 'Component' };
</script>
|
{
"framework": "Vue",
"difficulty": "medium"
}
|
2,573
|
Build a Flask application that fetches data from an API.
|
Code snippet not available.
|
{
"framework": "Flask",
"difficulty": "medium"
}
|
2,574
|
Write a FastAPI function to handle form validation.
|
Code snippet not available.
|
{
"framework": "FastAPI",
"difficulty": "easy"
}
|
2,575
|
Build a FastAPI application that fetches data from an API.
|
Code snippet not available.
|
{
"framework": "FastAPI",
"difficulty": "medium"
}
|
2,576
|
Write a Svelte function to handle form validation.
|
Code snippet not available.
|
{
"framework": "Svelte",
"difficulty": "medium"
}
|
2,577
|
Implement a React CRUD application with database integration.
|
import React from 'react';
function Component() {
return <div>React Component</div>;
}
export default Component;
|
{
"framework": "React",
"difficulty": "easy"
}
|
2,578
|
Develop a Svelte login page with email and password authentication.
|
Code snippet not available.
|
{
"framework": "Svelte",
"difficulty": "medium"
}
|
2,579
|
Generate a mobile-responsive navigation bar using Express.js.
|
const express = require('express');
const app = express();
app.get('/', (req, res) => res.send('Hello, Express!'));
app.listen(3000);
|
{
"framework": "Express.js",
"difficulty": "easy"
}
|
2,580
|
Implement a Flask CRUD application with database integration.
|
Code snippet not available.
|
{
"framework": "Flask",
"difficulty": "hard"
}
|
2,581
|
Write a React function to handle form validation.
|
import React from 'react';
function Component() {
return <div>React Component</div>;
}
export default Component;
|
{
"framework": "React",
"difficulty": "hard"
}
|
2,582
|
Build a FastAPI application that fetches data from an API.
|
Code snippet not available.
|
{
"framework": "FastAPI",
"difficulty": "easy"
}
|
2,583
|
Create a Vue component for a user profile card.
|
<template>
<div>Vue Component</div>
</template>
<script>
export default { name: 'Component' };
</script>
|
{
"framework": "Vue",
"difficulty": "medium"
}
|
2,584
|
Build a Svelte chatbot interface using WebSockets.
|
Code snippet not available.
|
{
"framework": "Svelte",
"difficulty": "hard"
}
|
2,585
|
Create a FastAPI component for a user profile card.
|
Code snippet not available.
|
{
"framework": "FastAPI",
"difficulty": "medium"
}
|
2,586
|
Build a Bootstrap chatbot interface using WebSockets.
|
Code snippet not available.
|
{
"framework": "Bootstrap",
"difficulty": "easy"
}
|
2,587
|
Implement a React CRUD application with database integration.
|
import React from 'react';
function Component() {
return <div>React Component</div>;
}
export default Component;
|
{
"framework": "React",
"difficulty": "medium"
}
|
2,588
|
Generate a mobile-responsive navigation bar using Angular.
|
Code snippet not available.
|
{
"framework": "Angular",
"difficulty": "easy"
}
|
2,589
|
Build a Svelte application that fetches data from an API.
|
Code snippet not available.
|
{
"framework": "Svelte",
"difficulty": "easy"
}
|
2,590
|
Create a Django component for a user profile card.
|
from django.http import HttpResponse
def home(request):
return HttpResponse('Hello, Django!')
|
{
"framework": "Django",
"difficulty": "easy"
}
|
2,591
|
Write a Bootstrap function to handle form validation.
|
Code snippet not available.
|
{
"framework": "Bootstrap",
"difficulty": "easy"
}
|
2,592
|
Design a dark mode toggle in Angular.
|
Code snippet not available.
|
{
"framework": "Angular",
"difficulty": "medium"
}
|
2,593
|
Develop a React login page with email and password authentication.
|
import React from 'react';
function Component() {
return <div>React Component</div>;
}
export default Component;
|
{
"framework": "React",
"difficulty": "medium"
}
|
2,594
|
Design a dark mode toggle in Angular.
|
Code snippet not available.
|
{
"framework": "Angular",
"difficulty": "medium"
}
|
2,595
|
Write a Express.js function to handle form validation.
|
const express = require('express');
const app = express();
app.get('/', (req, res) => res.send('Hello, Express!'));
app.listen(3000);
|
{
"framework": "Express.js",
"difficulty": "easy"
}
|
2,596
|
Create an Tailwind CSS e-commerce product listing page.
|
<div class="bg-blue-500 text-white p-4">Styled with Tailwind</div>
|
{
"framework": "Tailwind CSS",
"difficulty": "hard"
}
|
2,597
|
Implement a Vue CRUD application with database integration.
|
<template>
<div>Vue Component</div>
</template>
<script>
export default { name: 'Component' };
</script>
|
{
"framework": "Vue",
"difficulty": "easy"
}
|
2,598
|
Create an Flask e-commerce product listing page.
|
Code snippet not available.
|
{
"framework": "Flask",
"difficulty": "medium"
}
|
2,599
|
Design a dark mode toggle in Bootstrap.
|
Code snippet not available.
|
{
"framework": "Bootstrap",
"difficulty": "hard"
}
|
2,600
|
Develop a Django login page with email and password authentication.
|
from django.http import HttpResponse
def home(request):
return HttpResponse('Hello, Django!')
|
{
"framework": "Django",
"difficulty": "medium"
}
|
Subsets and Splits
Filter Code Snippets
Retrieves all validation entries where the response is not a placeholder message, providing a filtered view of available data.