20 Medium-Level Frontend React
Project Ideas
1. Mini E-Commerce App
🛒 Add to cart, view cart, apply coupon, quantity update
🎯 Learn: Context API, props, conditional rendering
2. Blog Editor + Previewer
📝 Write blogs using rich text editor & preview it like Medium
🎯 Learn: react-quill, localStorage, routing
3. Crypto Tracker
📉 Track live crypto prices & show charts
🎯 Learn: Axios + CoinGecko API + Chart.js
4. Student Dashboard
📊 Add students, marks, attendance, and visualize in chart
🎯 Learn: Form handling, filtering, Chart.js
5. Recipe Finder
🍳 Search recipes and view ingredients with image
🎯 Learn: useEffect, TheMealDB API, modals
6. Music Player UI
🎵 Play/pause buttons, playlist UI, album cover animation
🎯 Learn: Audio APIs, state management, animation
7. Habit Tracker
✅ Track daily habits and show streaks
🎯 Learn: State logic, calendar UI, localStorage
8. Movie Search & Info App
🎬 Search movies using TMDB API with rating and description
🎯 Learn: Search bar, API fetch, grid UI
9. Real Estate Listing UI
🏡 Show property cards with filter, image slider, map preview
🎯 Learn: Carousel, filters, responsive design
10. Invoice Generator
📄 Add items with price, tax, and auto-generate invoice layout
🎯 Learn: Form logic, dynamic table rows, HTML invoice layout
11. To-Do List with Categories
📋 Add tasks by category, mark complete, and filter
🎯 Learn: Component structure, localStorage
12. Portfolio Builder
Create and preview your own portfolio with sections
🎯 Learn: Dynamic forms, JSON rendering, live preview
13. Booking UI (Doctor/Salon)
📅 Book time slots and confirm booking
🎯 Learn: Calendar picker, state toggling
14. Weather Forecast App
Get city-wise weather data and condition icons
🎯 Learn: OpenWeather API + Axios + loading states
15. Image Gallery App
Show images with tags, full view, and filters
🎯 Learn: Grid layout, modals, filtering
16. Quiz App with Timer
🧠 Show MCQs, countdown timer, and result at end
🎯 Learn: State logic, conditional render, timer
17. Expense Tracker
💸 Add income/expenses and show monthly breakdown
🎯 Learn: Input handling, localStorage, chart
18. Client Testimonial Collector
🧾 Let users leave reviews with stars, comments
🎯 Learn: Star rating logic, cards layout, form validation
19. Font Pair Previewer
🔠 Pick heading + body font combos and see live
🎯 Learn: Google Fonts API, dropdowns, style updates
20. Online Resume Builder
📄 Fill personal, education, experience & download preview
🎯 Learn: Multi-step form, preview component