1/* Answer to: "react project ideas" */
2
3/* Here are 20 great ideas!
4 1. Quiz Builder - Quiz-crafting tool
5 2. Music Player - https://developer.spotify.com/web-api/
6 3. Meme Generator - https://api.imgflip.com/
7 4. Insta Ratio - Follower/Following Ratio on Instagram - https://www.instagram.com/developer/
8 5. Tweetdeck - See multiple feeds from different accounts at once on Twitter - https://dev.twitter.com/rest/public
9 6. Goofy Yelp - Yelp, but backwards, find the worst rated restaurants - https://www.yelp.com/developers/documentation/v3
10 7. Event Finder - Allow users to post upcoming events - https://www.eventbrite.com/developer/v3/
11 8. Custom Forum - Full forum board
12 9. My Medium - Just a https://medium.com/ clone
13 10. YouTube Direct - Make a better YouTube - https://developers.google.com/youtube/
14 -- These 10 ideas are from: https://medium.com/@dtkatz/10-react-starter-project-ideas-to-get-you-coding-5b35782e1831
15 -- 10 more amazing ideas can be found:
16 https://www.instamobile.io/react-native-tutorials/react-native-app-ideas-beginners/
17 (You can also press the link in the source to go to ^^)
18*/
1/* 5 React projects you should build
2
31.Build a Social Media App https://www.freecodecamp.org/news/content/images/2020/01/social-media-cropped-min.gif
42.Build an E-Commerce App https://www.freecodecamp.org/news/content/images/2020/01/ecommerce-cropped-min.gif
53.Build an Entertainment App https://www.freecodecamp.org/news/content/images/2020/01/entertainment-cropped-min.gif
64.Build a Messaging App https://www.freecodecamp.org/news/content/images/2020/01/messaging-cropped-min.gif
75.Build a Productivity App https://www.freecodecamp.org/news/content/images/2020/01/productivity-cropped-min.gif
8
9ref : https://www.freecodecamp.org/news/5-react-projects-you-need-in-your-portfolio/
10 */