Free API
samaneh azhar
A dedicated Scrum Master focused on empowering agile teams, fostering collaboration, and driving the successful delivery of high-impact projects. ??
Hello,Dev Friends.In this article I have written about a list of certain public APIs which you can use for practice as a beginner in React/JavaScript.Before starting with creating Apps in React using Public APIs,learn React basics and about fetch/axios,http requests,JSON.Learn to read the documentation of any API for its usage.
So,here goes the list:
1.Weather API:
Search for weather of any city with the help of the given API.Generate your API key for usage.
2.Quotes API:
You can generate random quotes on clicking a button using this API .Make use of fetch and useEffect.
3.Currency Converter:
This API has currency exchange rates which you can use for creating currency converter app.
4.Robohash API:
Website-https://robohash.org/
This API is used for generating unique robot/alien/monster images by adding any text at the end of the above url.
5.Random user API:
You can generate random user and his/her details by using this API.
6.OMDB Movie API:
Search for the movies through this API and you can also display Single movie details separately by using React Router.API key is required.
7.Covid-19 API:
Through this API you can generate Covid-19 data of different countries.
There are many APIs but I don't want to overwhelm someone who is starting with React/JavaScript.You can start with these APIs first for practice.