Skip to content

An intrinsic React project to learn Calling Backend Services wih Axios, learned at codewithmosh.com.

Notifications You must be signed in to change notification settings

Jamal-SaadEddin/http-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Http App - for calling BE Services

I made this project throughout React course for learning calling BE Api's at Code with Mosh

Project Overview

  • 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:

image

  • Using this endpoints we can send http requests to this endpoints, to create, read, update, and delete data. (CRUD Operations)

Project Link

Http-Application

Getting Started

  1. Clone the Repository: Clone this repository to your local machine using the following command:

    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:

    npm install
  3. 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.

Course Link

Mastering React 16

Acknowledgments

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! 🚀

About

An intrinsic React project to learn Calling Backend Services wih Axios, learned at codewithmosh.com.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published