0% found this document useful (0 votes)
15 views2 pages

Projects

The document outlines five project ideas for developers, ranging from a task management app to an AI-powered blog generator, with varying levels of difficulty. Each project includes a description, features, and the tech stack required, with some being frontend-only and others integrated with backend technologies. Contact information for project submission is also provided.

Uploaded by

starbuckslavi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views2 pages

Projects

The document outlines five project ideas for developers, ranging from a task management app to an AI-powered blog generator, with varying levels of difficulty. Each project includes a description, features, and the tech stack required, with some being frontend-only and others integrated with backend technologies. Contact information for project submission is also provided.

Uploaded by

starbuckslavi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Projects

Choose any one of them

1. Task Management App (Frontend Only)


Description:
A Trello-like task management app where users can create, edit, delete, and drag tasks between different status
columns.
Features:
✅ Add, edit, and delete tasks with a title and description.
✅ Drag & drop tasks between "To Do", "In Progress", and "Completed" (using React DnD).
✅ Persistent data using localStorage.
✅ Responsive UI with Material UI or TailwindCSS.
Tech Stack:
🔹 Frontend: React.js (useState, useEffect, React DnD).
🔹 Storage: LocalStorage.
Difficulty Level: Intermediate

2. Online Quiz App (Frontend Only)


Description:
An interactive quiz app where users answer multiple-choice questions and get a score at the end.
Features:
✅ Fetch quiz questions from a JSON file or API.
✅ Time-based questions (each question has a countdown).
✅ Show results with correct & incorrect answers.
✅ Dark mode toggle for better UI experience.
Tech Stack:
🔹 Frontend: React.js (useState, useEffect, Context API).
🔹 Storage: LocalStorage (to save user progress).
Difficulty Level: Intermediate

3. Portfolio Website with CMS (Frontend Only)


Description:
A personal portfolio website that allows users to update their content dynamically using JSON (simulating a CMS).
Features:
✅ Display projects, blogs, and skills.
✅ Fetch content dynamically from a JSON file instead of hardcoding it.
✅ Light & dark mode for a modern UI.
✅ Animated scrolling & transitions using Framer Motion.
Tech Stack:
🔹 Frontend: React.js (React Router, Framer Motion, TailwindCSS).
🔹 Storage: JSON for dynamic content.
Difficulty Level: Intermediate

Phone Email Address


+91-9045172469 [email protected] UG-2, sector 70,Noida
Backend Integrated Projects

4. Job Board Application (Frontend + Backend)


Description:
A job board platform where companies post jobs and applicants can search and apply.
Features:
✅ Users can search & filter jobs by category, location, and salary.
✅ Employers can add job listings (only authorized users).
✅ Applicants can save jobs (saved in the database).
✅ User authentication (signup & login).
Tech Stack:
🔹 Frontend: React.js (React Router, Axios, Context API).
🔹 Backend: Node.js + Express + MongoDB (REST API).
🔹 Authentication: JWT-based authentication.
Difficulty Level: Advanced

5. AI-Powered Blog Generator (Frontend + Backend)


Description:
A blog writing platform where users enter a topic, and the system generates a full blog using OpenAI API.
Features:
✅ Users enter a topic, and AI generates a blog post.
✅ Blog editor to customize AI-generated text.
✅ Save and publish blogs (stored in MongoDB).
✅ User authentication (login & profile page).
Tech Stack:
🔹 Frontend: React.js (React Router, Quill.js for text editing).
🔹 Backend: Node.js + Express + MongoDB.
🔹 AI API: OpenAI GPT API for blog generation.
Difficulty Level: Advanced

Complete the project and upload it in the Google Drive. Share the Google Drive link at [email protected].

Phone Email Address


+91-9045172469 [email protected] UG-2, sector 70,Noida

You might also like