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.
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.
- React
- Vite
- Context API
- uuid
- JSON View
- TailwindCSS
- TailwindCSS Forms
- Material Tailwind
- Local Storage
- Git
- GitHub
- Vercel
- Desktop View
- Mobile View