Skip to content

Latest commit

 

History

History
92 lines (56 loc) · 1.54 KB

README.md

File metadata and controls

92 lines (56 loc) · 1.54 KB

Project - API Explorer & Status Inspector

This is a simple frontend application that allows users to make requests to a public API of their choice, display the results, and provide feedback based on the HTTP status codes received.

Installation

To install this application locally follow the below instructions

  • To clone this repository run this command in your terminal
git clone https://github.com/ihossen016/api-explorer.git
  • After that go to the project folder and run this command
npm install

or

yarn install
  • Now to run the application execute this command
npm run dev

After that the application will open on this port

http://127.0.0.1:5173/

Port number may vary depending on environment.

Live Demo

Live Demo

Libraries & Tools Used

Frontend Development

  • React
  • Vite
  • Context API
  • uuid
  • JSON View
  • TailwindCSS
  • TailwindCSS Forms
  • Material Tailwind

Data Store

  • Local Storage

Version Control

  • Git
  • GitHub

Deployment

  • Vercel

Screenshots

  • Desktop View

desktop-1

desktop-2

  • Mobile View

desktop-1

desktop-2