Image : Working with RESTful API in Next JS

You can download the images and use snapnotes app to organize your images.

The codes as shown in the video:

Part 1.

Client code (Next JS)


API Code (PHP)


Part 2:

Client Code:



API Code:


Source Code in Text Format



No comments:

Post a Comment

UNITY2D: SPAWN ENEMIES RANDOMLY/DYNAMICALLY AT RUN TIME

 Code: player.cs using System . Collections ; using System . Collections . Generic ; using UnityEngine ; using UnityEngine . SceneManage...