Project List
Project List
2 Weather Forecast App : Build an app that not only displays current weather but also forecasts.
3 Currency Converter : Build an app that converts currencies using real-time exchange rates.
Recipe Search App
A recipe search app allows users to search for recipes based on ingredients, dish name, or cuisine. You can use a
recipe API, such as Spoonacular, to fetch the recipe data. Your app should display a list of recipes with images,
titles, and short descriptions, and allow users to click on a recipe to view more details like ingredients and
instructions.
This project will help you: - Learn how to implement search functionality in a React app. - Practice fetching and
4 displaying data from an API. https://spoonacular.com/food-api
E-commerce App
An e-commerce app is a more complex project that allows users to browse products, add them to a shopping cart,
and complete the checkout process. You can create a mock API to fetch product data or use an e-commerce API
like Commerce.js to get real product data.
When building an e-commerce app, you'll: - Practice managing state in a React app, as you'll need to keep track
of the shopping cart contents and user information. - Learn how to implement user authentication and handle
5 secure payments. https://commercejs.com/?ref=altcademy.com
Quiz App
A quiz app allows users to take multiple-choice quizzes on various topics. You can create your own quizzes or use
an API like Open Trivia API to fetch quiz questions. Your app should display the quiz questions one at a time, with
the user selecting an answer before moving on to the next question. At the end of the quiz, the user should see
their score and have the option to retake the quiz.
By building a quiz app, you'll: - Practice managing state in a React app, as you'll need to keep track of the user's
6 answers and score. - Learn how to create interactive components, like buttons and timers. https://opentdb.com/api_config.php?ref=altcademy.com
React-Game-Khajana
1. Roll your Dice
2. OTP Generator
3. Password Generator
4. rock paper scissors
5. Today's Menu
6. My Lucky day
7. Match Making
7 8. Know your Gender
8 Current Affairs Of India - Create a react app using api https://rapidapi.com/malaithiru370/api/current-affairs-of-india
9 Conferences Web Site
10 Task Tracker app