id
int64 1
100k
| prompt
stringclasses 90
values | response
stringclasses 6
values | metadata
dict |
---|---|---|---|
98,701 | 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"
} |
98,702 | Build a Express.js application that fetches data from an API. | const express = require('express');
const app = express();
app.get('/', (req, res) => res.send('Hello, Express!'));
app.listen(3000); | {
"framework": "Express.js",
"difficulty": "easy"
} |
98,703 | Generate a mobile-responsive navigation bar using Bootstrap. | Code snippet not available. | {
"framework": "Bootstrap",
"difficulty": "medium"
} |
98,704 | Create an Bootstrap e-commerce product listing page. | Code snippet not available. | {
"framework": "Bootstrap",
"difficulty": "hard"
} |
98,705 | Build a React application that fetches data from an API. | import React from 'react';
function Component() {
return <div>React Component</div>;
}
export default Component; | {
"framework": "React",
"difficulty": "medium"
} |
98,706 | Create an Vue e-commerce product listing page. | <template>
<div>Vue Component</div>
</template>
<script>
export default { name: 'Component' };
</script> | {
"framework": "Vue",
"difficulty": "medium"
} |
98,707 | Design a dark mode toggle in Flask. | Code snippet not available. | {
"framework": "Flask",
"difficulty": "hard"
} |
98,708 | Generate a mobile-responsive navigation bar using React. | import React from 'react';
function Component() {
return <div>React Component</div>;
}
export default Component; | {
"framework": "React",
"difficulty": "easy"
} |
98,709 | 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": "easy"
} |
98,710 | 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"
} |
98,711 | Create a FastAPI component for a user profile card. | Code snippet not available. | {
"framework": "FastAPI",
"difficulty": "medium"
} |
98,712 | Implement a Svelte CRUD application with database integration. | Code snippet not available. | {
"framework": "Svelte",
"difficulty": "medium"
} |
98,713 | Create a FastAPI component for a user profile card. | Code snippet not available. | {
"framework": "FastAPI",
"difficulty": "medium"
} |
98,714 | Create a Express.js component for a user profile card. | const express = require('express');
const app = express();
app.get('/', (req, res) => res.send('Hello, Express!'));
app.listen(3000); | {
"framework": "Express.js",
"difficulty": "hard"
} |
98,715 | Generate a mobile-responsive navigation bar using Flask. | Code snippet not available. | {
"framework": "Flask",
"difficulty": "hard"
} |
98,716 | Create an Flask e-commerce product listing page. | Code snippet not available. | {
"framework": "Flask",
"difficulty": "hard"
} |
98,717 | 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": "easy"
} |
98,718 | Create a Django component for a user profile card. | from django.http import HttpResponse
def home(request):
return HttpResponse('Hello, Django!') | {
"framework": "Django",
"difficulty": "medium"
} |
98,719 | Create an Svelte e-commerce product listing page. | Code snippet not available. | {
"framework": "Svelte",
"difficulty": "easy"
} |
98,720 | Implement a Flask CRUD application with database integration. | Code snippet not available. | {
"framework": "Flask",
"difficulty": "medium"
} |
98,721 | Create an Django e-commerce product listing page. | from django.http import HttpResponse
def home(request):
return HttpResponse('Hello, Django!') | {
"framework": "Django",
"difficulty": "hard"
} |
98,722 | 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"
} |
98,723 | Develop a FastAPI login page with email and password authentication. | Code snippet not available. | {
"framework": "FastAPI",
"difficulty": "medium"
} |
98,724 | Create an Django e-commerce product listing page. | from django.http import HttpResponse
def home(request):
return HttpResponse('Hello, Django!') | {
"framework": "Django",
"difficulty": "medium"
} |
98,725 | Design a dark mode toggle in Flask. | Code snippet not available. | {
"framework": "Flask",
"difficulty": "hard"
} |
98,726 | 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"
} |
98,727 | 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": "hard"
} |
98,728 | Build a Angular application that fetches data from an API. | Code snippet not available. | {
"framework": "Angular",
"difficulty": "easy"
} |
98,729 | Create an Bootstrap e-commerce product listing page. | Code snippet not available. | {
"framework": "Bootstrap",
"difficulty": "hard"
} |
98,730 | 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"
} |
98,731 | Create an React e-commerce product listing page. | import React from 'react';
function Component() {
return <div>React Component</div>;
}
export default Component; | {
"framework": "React",
"difficulty": "hard"
} |
98,732 | Create a Svelte component for a user profile card. | Code snippet not available. | {
"framework": "Svelte",
"difficulty": "hard"
} |
98,733 | 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": "easy"
} |
98,734 | 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"
} |
98,735 | 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": "easy"
} |
98,736 | Create a Svelte component for a user profile card. | Code snippet not available. | {
"framework": "Svelte",
"difficulty": "hard"
} |
98,737 | 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": "easy"
} |
98,738 | 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": "easy"
} |
98,739 | 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"
} |
98,740 | Generate a mobile-responsive navigation bar using Django. | from django.http import HttpResponse
def home(request):
return HttpResponse('Hello, Django!') | {
"framework": "Django",
"difficulty": "hard"
} |
98,741 | Write a Flask function to handle form validation. | Code snippet not available. | {
"framework": "Flask",
"difficulty": "hard"
} |
98,742 | Build a Svelte application that fetches data from an API. | Code snippet not available. | {
"framework": "Svelte",
"difficulty": "medium"
} |
98,743 | Create an Flask e-commerce product listing page. | Code snippet not available. | {
"framework": "Flask",
"difficulty": "easy"
} |
98,744 | 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"
} |
98,745 | 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"
} |
98,746 | Build a React chatbot interface using WebSockets. | import React from 'react';
function Component() {
return <div>React Component</div>;
}
export default Component; | {
"framework": "React",
"difficulty": "hard"
} |
98,747 | Create a Express.js component for a user profile card. | const express = require('express');
const app = express();
app.get('/', (req, res) => res.send('Hello, Express!'));
app.listen(3000); | {
"framework": "Express.js",
"difficulty": "medium"
} |
98,748 | Create an React e-commerce product listing page. | import React from 'react';
function Component() {
return <div>React Component</div>;
}
export default Component; | {
"framework": "React",
"difficulty": "easy"
} |
98,749 | Build a Bootstrap application that fetches data from an API. | Code snippet not available. | {
"framework": "Bootstrap",
"difficulty": "medium"
} |
98,750 | Develop a FastAPI login page with email and password authentication. | Code snippet not available. | {
"framework": "FastAPI",
"difficulty": "easy"
} |
98,751 | Create an FastAPI e-commerce product listing page. | Code snippet not available. | {
"framework": "FastAPI",
"difficulty": "hard"
} |
98,752 | Write a Angular function to handle form validation. | Code snippet not available. | {
"framework": "Angular",
"difficulty": "medium"
} |
98,753 | Create a React component for a user profile card. | import React from 'react';
function Component() {
return <div>React Component</div>;
}
export default Component; | {
"framework": "React",
"difficulty": "medium"
} |
98,754 | Implement a Svelte CRUD application with database integration. | Code snippet not available. | {
"framework": "Svelte",
"difficulty": "medium"
} |
98,755 | Build a FastAPI application that fetches data from an API. | Code snippet not available. | {
"framework": "FastAPI",
"difficulty": "hard"
} |
98,756 | Implement a Angular CRUD application with database integration. | Code snippet not available. | {
"framework": "Angular",
"difficulty": "hard"
} |
98,757 | Write a FastAPI function to handle form validation. | Code snippet not available. | {
"framework": "FastAPI",
"difficulty": "medium"
} |
98,758 | Generate a mobile-responsive navigation bar using FastAPI. | Code snippet not available. | {
"framework": "FastAPI",
"difficulty": "hard"
} |
98,759 | Implement a Flask CRUD application with database integration. | Code snippet not available. | {
"framework": "Flask",
"difficulty": "hard"
} |
98,760 | Develop a Vue login page with email and password authentication. | <template>
<div>Vue Component</div>
</template>
<script>
export default { name: 'Component' };
</script> | {
"framework": "Vue",
"difficulty": "hard"
} |
98,761 | Build a Flask chatbot interface using WebSockets. | Code snippet not available. | {
"framework": "Flask",
"difficulty": "easy"
} |
98,762 | Develop a Bootstrap login page with email and password authentication. | Code snippet not available. | {
"framework": "Bootstrap",
"difficulty": "medium"
} |
98,763 | Generate a mobile-responsive navigation bar using Svelte. | Code snippet not available. | {
"framework": "Svelte",
"difficulty": "hard"
} |
98,764 | Create an Svelte e-commerce product listing page. | Code snippet not available. | {
"framework": "Svelte",
"difficulty": "medium"
} |
98,765 | Build a Angular application that fetches data from an API. | Code snippet not available. | {
"framework": "Angular",
"difficulty": "easy"
} |
98,766 | 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": "hard"
} |
98,767 | Implement a FastAPI CRUD application with database integration. | Code snippet not available. | {
"framework": "FastAPI",
"difficulty": "easy"
} |
98,768 | Develop a Angular login page with email and password authentication. | Code snippet not available. | {
"framework": "Angular",
"difficulty": "medium"
} |
98,769 | 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"
} |
98,770 | Write a Django function to handle form validation. | from django.http import HttpResponse
def home(request):
return HttpResponse('Hello, Django!') | {
"framework": "Django",
"difficulty": "hard"
} |
98,771 | Create a Svelte component for a user profile card. | Code snippet not available. | {
"framework": "Svelte",
"difficulty": "medium"
} |
98,772 | Implement a Flask CRUD application with database integration. | Code snippet not available. | {
"framework": "Flask",
"difficulty": "easy"
} |
98,773 | Build a React chatbot interface using WebSockets. | import React from 'react';
function Component() {
return <div>React Component</div>;
}
export default Component; | {
"framework": "React",
"difficulty": "medium"
} |
98,774 | Build a FastAPI chatbot interface using WebSockets. | Code snippet not available. | {
"framework": "FastAPI",
"difficulty": "easy"
} |
98,775 | Design a dark mode toggle in Flask. | Code snippet not available. | {
"framework": "Flask",
"difficulty": "easy"
} |
98,776 | Create an Django e-commerce product listing page. | from django.http import HttpResponse
def home(request):
return HttpResponse('Hello, Django!') | {
"framework": "Django",
"difficulty": "medium"
} |
98,777 | Implement a FastAPI CRUD application with database integration. | Code snippet not available. | {
"framework": "FastAPI",
"difficulty": "medium"
} |
98,778 | Build a Vue chatbot interface using WebSockets. | <template>
<div>Vue Component</div>
</template>
<script>
export default { name: 'Component' };
</script> | {
"framework": "Vue",
"difficulty": "hard"
} |
98,779 | Design a dark mode toggle in Django. | from django.http import HttpResponse
def home(request):
return HttpResponse('Hello, Django!') | {
"framework": "Django",
"difficulty": "hard"
} |
98,780 | Build a React chatbot interface using WebSockets. | import React from 'react';
function Component() {
return <div>React Component</div>;
}
export default Component; | {
"framework": "React",
"difficulty": "hard"
} |
98,781 | Build a Bootstrap application that fetches data from an API. | Code snippet not available. | {
"framework": "Bootstrap",
"difficulty": "hard"
} |
98,782 | Create an Flask e-commerce product listing page. | Code snippet not available. | {
"framework": "Flask",
"difficulty": "medium"
} |
98,783 | 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"
} |
98,784 | Create a Flask component for a user profile card. | Code snippet not available. | {
"framework": "Flask",
"difficulty": "easy"
} |
98,785 | 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"
} |
98,786 | Develop a FastAPI login page with email and password authentication. | Code snippet not available. | {
"framework": "FastAPI",
"difficulty": "medium"
} |
98,787 | 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"
} |
98,788 | Write a Django function to handle form validation. | from django.http import HttpResponse
def home(request):
return HttpResponse('Hello, Django!') | {
"framework": "Django",
"difficulty": "easy"
} |
98,789 | Build a Flask application that fetches data from an API. | Code snippet not available. | {
"framework": "Flask",
"difficulty": "hard"
} |
98,790 | Design a dark mode toggle in Svelte. | Code snippet not available. | {
"framework": "Svelte",
"difficulty": "easy"
} |
98,791 | Design a dark mode toggle in React. | import React from 'react';
function Component() {
return <div>React Component</div>;
}
export default Component; | {
"framework": "React",
"difficulty": "medium"
} |
98,792 | Build a Vue chatbot interface using WebSockets. | <template>
<div>Vue Component</div>
</template>
<script>
export default { name: 'Component' };
</script> | {
"framework": "Vue",
"difficulty": "hard"
} |
98,793 | Develop a Flask login page with email and password authentication. | Code snippet not available. | {
"framework": "Flask",
"difficulty": "hard"
} |
98,794 | Develop a Vue login page with email and password authentication. | <template>
<div>Vue Component</div>
</template>
<script>
export default { name: 'Component' };
</script> | {
"framework": "Vue",
"difficulty": "easy"
} |
98,795 | Generate a mobile-responsive navigation bar using Django. | from django.http import HttpResponse
def home(request):
return HttpResponse('Hello, Django!') | {
"framework": "Django",
"difficulty": "easy"
} |
98,796 | Generate a mobile-responsive navigation bar using Vue. | <template>
<div>Vue Component</div>
</template>
<script>
export default { name: 'Component' };
</script> | {
"framework": "Vue",
"difficulty": "easy"
} |
98,797 | 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"
} |
98,798 | Create a Express.js component for a user profile card. | const express = require('express');
const app = express();
app.get('/', (req, res) => res.send('Hello, Express!'));
app.listen(3000); | {
"framework": "Express.js",
"difficulty": "medium"
} |
98,799 | Generate a mobile-responsive navigation bar using Bootstrap. | Code snippet not available. | {
"framework": "Bootstrap",
"difficulty": "hard"
} |
98,800 | Implement a Django CRUD application with database integration. | from django.http import HttpResponse
def home(request):
return HttpResponse('Hello, Django!') | {
"framework": "Django",
"difficulty": "easy"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.