All Projects → M0nica → httriri

M0nica / httriri

Licence: other
HTTRiRi - HTTP Status Codes as Portrayed by Rihanna GIFs ✨💄

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to httriri

Pi Timelapse
Time-lapse app for Raspberry Pi computers.
Stars: ✭ 220 (+348.98%)
Mutual labels:  gifs
Walt
🎬 A Swift 3 library for creating gifs and videos from a series of images
Stars: ✭ 44 (-10.2%)
Mutual labels:  gifs
GTA-One-Liners
A collection of gifs made out of almost every dialogue in GTA and other games.
Stars: ✭ 37 (-24.49%)
Mutual labels:  gifs
Term Sheets
Create animated terminal presentations. Export as SVG, animated GIF, or HTML+CSS
Stars: ✭ 243 (+395.92%)
Mutual labels:  gifs
comfy-scenes
A rudimentary app for interactive Twitch scenes using Vue.js. It monitors your Twitch channel chat for !commands using Comfy.js (by instafluff and others), plays mp3 files, loads images, and interacts with Vue.js components.
Stars: ✭ 24 (-51.02%)
Mutual labels:  gifs
FlutterLoadingGIFs
Loading indicator GIFs. Material and Cupertino (Android and iOS) loading indicators in assorted sizes. Use as placeholders for loading remote image assets. Demo: https://gallery.codelessly.com/flutterwebsites/loadinggifs/
Stars: ✭ 28 (-42.86%)
Mutual labels:  gifs
Pornsearch
Easy way to search for porn content!
Stars: ✭ 156 (+218.37%)
Mutual labels:  gifs
mediaforge
A Discord bot for editing and creating videos, images, GIFs, and more!
Stars: ✭ 45 (-8.16%)
Mutual labels:  gifs
fission-codes
Status codes for smart contracts powering microservices for Web3
Stars: ✭ 31 (-36.73%)
Mutual labels:  status-codes
giftext
Convert texts to animated gifs
Stars: ✭ 44 (-10.2%)
Mutual labels:  gifs
Gif For Cli
opensource.googleblog.com/2018/06/tenor-gif-for-cli.html
Stars: ✭ 2,772 (+5557.14%)
Mutual labels:  gifs
node-gif
Displays Gifs In Terminal 👽 👾 🚀 💣
Stars: ✭ 27 (-44.9%)
Mutual labels:  gifs
TGInlineGIF
Telegram Inline tenor gif search bot.
Stars: ✭ 19 (-61.22%)
Mutual labels:  gifs
Meme
A command line utility for creating memes
Stars: ✭ 221 (+351.02%)
Mutual labels:  gifs
giphy-react-native-sdk
GIPHY react native SDK
Stars: ✭ 28 (-42.86%)
Mutual labels:  gifs
Givegif
GIFs on the command line
Stars: ✭ 212 (+332.65%)
Mutual labels:  gifs
GiphyImageResultsPreview
Library for GIF results, preview, play, share everything at one place!
Stars: ✭ 28 (-42.86%)
Mutual labels:  gifs
SKanimATE
Animated Flatground Skateboard Tricks
Stars: ✭ 18 (-63.27%)
Mutual labels:  gifs
action-cats
A quick Github action which posts a cat gif on your PRs to reward you for pushing code!
Stars: ✭ 64 (+30.61%)
Mutual labels:  gifs
gif-msg
Hide 127 bytes in a gif without touching any pixels or colors
Stars: ✭ 26 (-46.94%)
Mutual labels:  gifs

HTTRiRi

screenshot of HTTRiRi website

Explore HTTP status codes with this collection of Rihanna GIFs at https://www.httriri.com/. Each GIF links to the relevant https://httpstatuses.com/ page.

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, install the dependencies:

npm install
# or
yarn

Then, run the development server:

npm run dev
# or
yarn dev

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

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

Adding a New Status Code

  • The GIF should include Rihanna and not already be included on https://www.httriri.com/. In rare cases, a GIF that already exists in the HTTRIRI collection can be used for another status code but within the same set of proposed changes a new GIF should be chosen for the other status code to ensure there are no duplicate images and the overall size of the collection is growing.

  • Project maintainers reserve the right to determine whether or not a particular Rihanna GIF reflects the status code in question.

  • New GIFs should be added to the /public/images folder and named like [statuscode].gif

  • The statuses file should be updated to include the new status code in statuses. Note the statusCodes should appear in the statuses object in ascending order. https://github.com/M0nica/httriri/blob/main/utils/statuses.ts

  • For status code 404. I added a new image 404.gif to /public/images and updated statuses.ts to include:

    code: 404,
    title: "Not Found",
    description:
      "Rihanna singing Story of my life Searching for the right But it keeps avoiding me",
  },

Note the code, title and description (which is used for image alt text are all required. The title should match the title on https://httpstatuses.com/ for that particular status code.

Creating GIFs

Here are some resources for creating GIFs:

Creating GIFs with EzGif

  • On the website header, click on Video to gif option
  • Upload the video file or URL
  • Click on Upload video

Finding GIFs

Here are some tips for finding GIFs:

  • When using Google, track down any GIF by clicking "Search Tools" under the search bar, then go into the "Any Type" dropdown and select "Animated."
  • You can make use of Tumblr, the GIF's natural habitat to find cool GIFs.
  • Find the GIF you are looking for by searching a term or set of terms in the search bar atop giphy.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].