https://github.com/jamal-saadeddin/http-app
An intrinsic React project to learn Calling Backend Services wih Axios, learned at codewithmosh.com.
https://github.com/jamal-saadeddin/http-app
axios axios-react calling-api jsonplaceholder-api react
Last synced: 10 months ago
JSON representation
An intrinsic React project to learn Calling Backend Services wih Axios, learned at codewithmosh.com.
- Host: GitHub
- URL: https://github.com/jamal-saadeddin/http-app
- Owner: Jamal-SaadEddin
- Created: 2023-02-15T14:36:17.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-19T10:20:35.000Z (about 2 years ago)
- Last Synced: 2025-01-20T18:35:35.821Z (11 months ago)
- Topics: axios, axios-react, calling-api, jsonplaceholder-api, react
- Language: JavaScript
- Homepage: https://http-application.netlify.app/
- Size: 945 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Http App - for calling BE Services
I made this project throughout React course for learning calling BE Api's at [Code with Mosh](https://codewithmosh.com)
## Project Overview
- In this project, I've learned to call backend api's from [JSON Placeholder](https://jsonplaceholder.typicode.com/) 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)
## Project Link
[Http-Application](https://http-application.netlify.app/)
## Getting Started
1. **Clone the Repository:**
Clone this repository to your local machine using the following command:
```bash
git clone https://github.com/Jamal-SaadEddin/http-app.git
```
2. **Install Dependencies:**
Navigate to the project directory and run the following command to install the required dependencies:
```bash
npm install
```
3. **Start the Web Server:**
Launch the web server by running the following command:
```bash
npm start
```
This will start the development server, and you can access the application at [http://localhost:3000](http://localhost:3000).
## Course Link
[Mastering React 16](https://codewithmosh.com/p/mastering-react)
## Acknowledgments
Huge thanks to [Mosh Hamedani](https://github.com/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! 🚀