Skip to content

janily/http.pets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTP Pets

A delightful interactive playground for learning HTTP methods. Each HTTP method has its own "pet" character that responds differently based on the type of request you make.

Features

  • Visual representation of HTTP methods (GET, POST, PUT, PATCH, DELETE)
  • Interactive pets that respond to different request types
  • Educational tool for understanding HTTP methods
  • Fun animations and feedback

Getting Started

First, install the dependencies:

npm install

Then, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

HTTP Methods

  • GET: Retrieves information, pet looks happy
  • POST: Creates new resources, pet gets excited
  • PUT: Updates entire resource, pet transforms
  • PATCH: Partial updates, pet changes slightly
  • DELETE: Removes resources, pet disappears temporarily

Learn More

This project demonstrates how different HTTP methods work in a fun, visual way.

About

http pets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published