I made this project throughout React course for learning calling BE Api's at Code with Mosh
- In this project, I've learned to call backend api's from JSON Placeholder free api's.
- JSON placeholder gives us an API.
- This API consests of a few endpoints like this posts endpoint we have here:
- Using this endpoints we can send http requests to this endpoints, to create, read, update, and delete data. (CRUD Operations)
-
Clone the Repository: Clone this repository to your local machine using the following command:
git clone https://github.com/Jamal-SaadEddin/http-app.git
-
Install Dependencies: Navigate to the project directory and run the following command to install the required dependencies:
npm install
-
Start the Web Server: Launch the web server by running the following command:
npm start
This will start the development server, and you can access the application at http://localhost:3000.
Huge thanks to Mosh Hamedani for being an incredible mentor and guiding me through this educational journey with expertise and passion. The learning experience has been truly invaluable.
Happy coding! 🚀