Skip to content

sabuuuu/quick-ajax-thingy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick Ajax Thingy

A lightweight JavaScript library for making AJAX requests. This project provides a simple and intuitive API to perform asynchronous HTTP requests and handle the responses

Features

  • Perform AJAX GET and POST requests.
  • Set request headers and data.
  • Handle success and error responses.
  • Support for Promise-based callbacks.

Live Demo

To check the live demo click here

Acknowledgments

This project is part of The Odin Project curriculum. You can learn more about this here : The Odin Project