id
int64
1
100k
prompt
stringclasses
90 values
response
stringclasses
6 values
metadata
dict
95,801
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" }
95,802
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" }
95,803
Build a Svelte application that fetches data from an API.
Code snippet not available.
{ "framework": "Svelte", "difficulty": "hard" }
95,804
Build a FastAPI application that fetches data from an API.
Code snippet not available.
{ "framework": "FastAPI", "difficulty": "medium" }
95,805
Write a Svelte function to handle form validation.
Code snippet not available.
{ "framework": "Svelte", "difficulty": "hard" }
95,806
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": "medium" }
95,807
Develop a Express.js login page with email and password authentication.
const express = require('express'); const app = express(); app.get('/', (req, res) => res.send('Hello, Express!')); app.listen(3000);
{ "framework": "Express.js", "difficulty": "medium" }
95,808
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" }
95,809
Develop a Bootstrap login page with email and password authentication.
Code snippet not available.
{ "framework": "Bootstrap", "difficulty": "easy" }
95,810
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": "hard" }
95,811
Generate a mobile-responsive navigation bar using Angular.
Code snippet not available.
{ "framework": "Angular", "difficulty": "easy" }
95,812
Design a dark mode toggle in Bootstrap.
Code snippet not available.
{ "framework": "Bootstrap", "difficulty": "medium" }
95,813
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": "medium" }
95,814
Implement a Svelte CRUD application with database integration.
Code snippet not available.
{ "framework": "Svelte", "difficulty": "hard" }
95,815
Write a Django function to handle form validation.
from django.http import HttpResponse def home(request): return HttpResponse('Hello, Django!')
{ "framework": "Django", "difficulty": "hard" }
95,816
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" }
95,817
Develop a Flask login page with email and password authentication.
Code snippet not available.
{ "framework": "Flask", "difficulty": "hard" }
95,818
Generate a mobile-responsive navigation bar using FastAPI.
Code snippet not available.
{ "framework": "FastAPI", "difficulty": "easy" }
95,819
Generate a mobile-responsive navigation bar using Django.
from django.http import HttpResponse def home(request): return HttpResponse('Hello, Django!')
{ "framework": "Django", "difficulty": "easy" }
95,820
Write a Django function to handle form validation.
from django.http import HttpResponse def home(request): return HttpResponse('Hello, Django!')
{ "framework": "Django", "difficulty": "medium" }
95,821
Implement a Tailwind CSS CRUD application with database integration.
<div class="bg-blue-500 text-white p-4">Styled with Tailwind</div>
{ "framework": "Tailwind CSS", "difficulty": "hard" }
95,822
Create a Angular component for a user profile card.
Code snippet not available.
{ "framework": "Angular", "difficulty": "easy" }
95,823
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" }
95,824
Build a Flask chatbot interface using WebSockets.
Code snippet not available.
{ "framework": "Flask", "difficulty": "medium" }
95,825
Build a Flask application that fetches data from an API.
Code snippet not available.
{ "framework": "Flask", "difficulty": "hard" }
95,826
Create a Angular component for a user profile card.
Code snippet not available.
{ "framework": "Angular", "difficulty": "medium" }
95,827
Write a FastAPI function to handle form validation.
Code snippet not available.
{ "framework": "FastAPI", "difficulty": "hard" }
95,828
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" }
95,829
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" }
95,830
Generate a mobile-responsive navigation bar using Vue.
<template> <div>Vue Component</div> </template> <script> export default { name: 'Component' }; </script>
{ "framework": "Vue", "difficulty": "easy" }
95,831
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": "medium" }
95,832
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" }
95,833
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" }
95,834
Implement a Flask CRUD application with database integration.
Code snippet not available.
{ "framework": "Flask", "difficulty": "medium" }
95,835
Build a Django chatbot interface using WebSockets.
from django.http import HttpResponse def home(request): return HttpResponse('Hello, Django!')
{ "framework": "Django", "difficulty": "medium" }
95,836
Generate a mobile-responsive navigation bar using Flask.
Code snippet not available.
{ "framework": "Flask", "difficulty": "easy" }
95,837
Develop a Bootstrap login page with email and password authentication.
Code snippet not available.
{ "framework": "Bootstrap", "difficulty": "medium" }
95,838
Create a Angular component for a user profile card.
Code snippet not available.
{ "framework": "Angular", "difficulty": "easy" }
95,839
Develop a Flask login page with email and password authentication.
Code snippet not available.
{ "framework": "Flask", "difficulty": "easy" }
95,840
Design a dark mode toggle in Svelte.
Code snippet not available.
{ "framework": "Svelte", "difficulty": "medium" }
95,841
Generate a mobile-responsive navigation bar using Flask.
Code snippet not available.
{ "framework": "Flask", "difficulty": "hard" }
95,842
Implement a Django CRUD application with database integration.
from django.http import HttpResponse def home(request): return HttpResponse('Hello, Django!')
{ "framework": "Django", "difficulty": "easy" }
95,843
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" }
95,844
Generate a mobile-responsive navigation bar using Svelte.
Code snippet not available.
{ "framework": "Svelte", "difficulty": "hard" }
95,845
Implement a Bootstrap CRUD application with database integration.
Code snippet not available.
{ "framework": "Bootstrap", "difficulty": "hard" }
95,846
Create a Svelte component for a user profile card.
Code snippet not available.
{ "framework": "Svelte", "difficulty": "hard" }
95,847
Implement a Angular CRUD application with database integration.
Code snippet not available.
{ "framework": "Angular", "difficulty": "medium" }
95,848
Design a dark mode toggle in React.
import React from 'react'; function Component() { return <div>React Component</div>; } export default Component;
{ "framework": "React", "difficulty": "easy" }
95,849
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" }
95,850
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": "hard" }
95,851
Build a Svelte application that fetches data from an API.
Code snippet not available.
{ "framework": "Svelte", "difficulty": "medium" }
95,852
Design a dark mode toggle in Flask.
Code snippet not available.
{ "framework": "Flask", "difficulty": "medium" }
95,853
Write a Bootstrap function to handle form validation.
Code snippet not available.
{ "framework": "Bootstrap", "difficulty": "easy" }
95,854
Build a FastAPI application that fetches data from an API.
Code snippet not available.
{ "framework": "FastAPI", "difficulty": "medium" }
95,855
Build a Flask chatbot interface using WebSockets.
Code snippet not available.
{ "framework": "Flask", "difficulty": "medium" }
95,856
Build a Django chatbot interface using WebSockets.
from django.http import HttpResponse def home(request): return HttpResponse('Hello, Django!')
{ "framework": "Django", "difficulty": "medium" }
95,857
Generate a mobile-responsive navigation bar using Angular.
Code snippet not available.
{ "framework": "Angular", "difficulty": "easy" }
95,858
Build a FastAPI application that fetches data from an API.
Code snippet not available.
{ "framework": "FastAPI", "difficulty": "easy" }
95,859
Build a Bootstrap application that fetches data from an API.
Code snippet not available.
{ "framework": "Bootstrap", "difficulty": "hard" }
95,860
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" }
95,861
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" }
95,862
Implement a Flask CRUD application with database integration.
Code snippet not available.
{ "framework": "Flask", "difficulty": "medium" }
95,863
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" }
95,864
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": "easy" }
95,865
Build a Flask application that fetches data from an API.
Code snippet not available.
{ "framework": "Flask", "difficulty": "easy" }
95,866
Create a Bootstrap component for a user profile card.
Code snippet not available.
{ "framework": "Bootstrap", "difficulty": "easy" }
95,867
Build a FastAPI chatbot interface using WebSockets.
Code snippet not available.
{ "framework": "FastAPI", "difficulty": "easy" }
95,868
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": "medium" }
95,869
Generate a mobile-responsive navigation bar using Bootstrap.
Code snippet not available.
{ "framework": "Bootstrap", "difficulty": "easy" }
95,870
Build a FastAPI chatbot interface using WebSockets.
Code snippet not available.
{ "framework": "FastAPI", "difficulty": "medium" }
95,871
Build a Svelte application that fetches data from an API.
Code snippet not available.
{ "framework": "Svelte", "difficulty": "hard" }
95,872
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" }
95,873
Write a FastAPI function to handle form validation.
Code snippet not available.
{ "framework": "FastAPI", "difficulty": "hard" }
95,874
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" }
95,875
Develop a Flask login page with email and password authentication.
Code snippet not available.
{ "framework": "Flask", "difficulty": "easy" }
95,876
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": "medium" }
95,877
Create a Bootstrap component for a user profile card.
Code snippet not available.
{ "framework": "Bootstrap", "difficulty": "medium" }
95,878
Design a dark mode toggle in Django.
from django.http import HttpResponse def home(request): return HttpResponse('Hello, Django!')
{ "framework": "Django", "difficulty": "easy" }
95,879
Build a React chatbot interface using WebSockets.
import React from 'react'; function Component() { return <div>React Component</div>; } export default Component;
{ "framework": "React", "difficulty": "easy" }
95,880
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" }
95,881
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" }
95,882
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": "hard" }
95,883
Implement a Vue CRUD application with database integration.
<template> <div>Vue Component</div> </template> <script> export default { name: 'Component' }; </script>
{ "framework": "Vue", "difficulty": "hard" }
95,884
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": "medium" }
95,885
Write a Bootstrap function to handle form validation.
Code snippet not available.
{ "framework": "Bootstrap", "difficulty": "hard" }
95,886
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" }
95,887
Design a dark mode toggle in Django.
from django.http import HttpResponse def home(request): return HttpResponse('Hello, Django!')
{ "framework": "Django", "difficulty": "easy" }
95,888
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": "hard" }
95,889
Create an FastAPI e-commerce product listing page.
Code snippet not available.
{ "framework": "FastAPI", "difficulty": "hard" }
95,890
Build a Angular chatbot interface using WebSockets.
Code snippet not available.
{ "framework": "Angular", "difficulty": "hard" }
95,891
Design a dark mode toggle in Bootstrap.
Code snippet not available.
{ "framework": "Bootstrap", "difficulty": "hard" }
95,892
Create an Django e-commerce product listing page.
from django.http import HttpResponse def home(request): return HttpResponse('Hello, Django!')
{ "framework": "Django", "difficulty": "medium" }
95,893
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" }
95,894
Create a FastAPI component for a user profile card.
Code snippet not available.
{ "framework": "FastAPI", "difficulty": "easy" }
95,895
Write a Django function to handle form validation.
from django.http import HttpResponse def home(request): return HttpResponse('Hello, Django!')
{ "framework": "Django", "difficulty": "medium" }
95,896
Create an FastAPI e-commerce product listing page.
Code snippet not available.
{ "framework": "FastAPI", "difficulty": "medium" }
95,897
Generate a mobile-responsive navigation bar using Svelte.
Code snippet not available.
{ "framework": "Svelte", "difficulty": "hard" }
95,898
Create an Django e-commerce product listing page.
from django.http import HttpResponse def home(request): return HttpResponse('Hello, Django!')
{ "framework": "Django", "difficulty": "medium" }
95,899
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" }
95,900
Build a Django application that fetches data from an API.
from django.http import HttpResponse def home(request): return HttpResponse('Hello, Django!')
{ "framework": "Django", "difficulty": "hard" }