rick-and-morty-api-site VS Reactive-Resume

Compare rick-and-morty-api-site vs Reactive-Resume and see what are their differences.

Reactive-Resume

A one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today! (by AmruthPillai)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
rick-and-morty-api-site Reactive-Resume
26 92
61 19,917
- -
0.0 9.7
7 months ago 6 days ago
JavaScript TypeScript
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

rick-and-morty-api-site

Posts with mentions or reviews of rick-and-morty-api-site. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-11.
  • Does anybody know the API documentation tool used to build the Rick and Morty API?
    4 projects | /r/webdev | 11 Apr 2023
    Specifically looks like hand-rolled docs using Gatsby https://github.com/afuh/rick-and-morty-api-site/tree/fd7a1c1a32e42ac6be7c6ffaeea8d1b29c05d2da/src
    2 projects | /r/AskProgramming | 11 Apr 2023
  • Como usar Fetch API para buscar dados de uma API
    2 projects | dev.to | 14 Feb 2023
  • Decidi aprender programação sozinho
    1 project | /r/brasil | 28 Jan 2023
  • Should I use ServerSideProps or StaticProps in this case?
    2 projects | /r/nextjs | 10 Jan 2023
    The external API that I'm using is the Rick and Morty API. I know that there is a freeCodeCamp tutorial using this same API and teaching Next, but I want to dive a little bit deeper and understand some topics that the article does not cover.
  • Introduction to React Suspense
    5 projects | dev.to | 27 Dec 2022
    import React, { useEffect, useState, useTransition } from 'react'; import { Link } from 'react-router-dom'; import Loader from '../Components/Loader'; import { Pagination } from '../Components/Pagination'; function Home() { const [data, setData] = useState({}); const [isLoading, startTransition] = useTransition(); const fetchCharacters = async (page?: number) => { const response = await fetch( `https://rickandmortyapi.com/api/character?page=${page}` ); const parsedData = await response.json(); startTransition(() => { if (response.ok) setData(parsedData); }); }; useEffect(() => { fetchCharacters(1); }, []); const { results, info } = data; const onPageChange = (pageNumber: number) => { fetchCharacters(pageNumber); window.scrollTo({ top: 0, behavior: 'smooth', }); }; return ( Rick And Morty {!isLoading ? ( <> {results?.map((datas: any) => { const { id, name, species, gender, origin, location, image, episode, } = datas; return ( {name ? Name: : null} {species ? Species: : null} {gender ? Gender: : null} {origin.name ? Origin: : null} {location.name ? Location: : null} {name ? {name} : null} {species ? {species} : null} {gender ? {gender} : null} {origin.name ? {origin.name} : null} {location.name ? {location.name} : null} ); })} {info ? ( ) : null} ) : ( )} ); } export default Home;
  • Create a custom debounce Hook in React
    2 projects | dev.to | 23 Nov 2022
    export async function getCharacter(value) { const data = await fetch( `https://rickandmortyapi.com/api/character/?name=${value}` ) const response = await data.json() if (response === undefined || response.error) { throw new Error(`HTTP error! status: ${response.error}`); } return response }
  • Senior developers, how did you start and how to improve?
    2 projects | /r/learnprogramming | 9 Nov 2022
    There are so many APIs you can use to write a client on: https://rickandmortyapi.com/ as an example. If you want to stick to using a cli app you can try use a TUI library to make it more slick. For images you can convert them to ascii art
  • Is there the Sopranos API?
    1 project | /r/thesopranos | 2 Nov 2022
    I wanted to check if there is something similar to this . Just to practice react query and maybe expand it a bit. Not to use it for portfolio or try to get a job with it. While reading about react query I thought it would be good to practice it with sopranos api
  • Nuxt 3, Apollo GraphQL, TailwindCSS Crash Course
    4 projects | dev.to | 16 Oct 2022
    Rick and Morty API -> https://rickandmortyapi.com/

Reactive-Resume

Posts with mentions or reviews of Reactive-Resume. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-20.

What are some alternatives?

When comparing rick-and-morty-api-site and Reactive-Resume you can also consider the following projects:

fake-store-api - FakeStoreAPI is a free online REST API that provides you fake e-commerce JSON data

resumake.io - 📝 A website for automatically generating elegant LaTeX resumes.

gatsby-starter-minimal-blog - Typography driven, feature-rich blogging theme with minimal aesthetics. Includes tags/categories support and extensive features for code blocks such as live preview, line numbers, and line highlighting.

rclone - "rsync for cloud storage" - Google Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Wasabi, Google Cloud Storage, Yandex Files

gatsby-starter-lumen - A constantly evolving and thoughtful architecture for creating static blogs with Gatsby.

gitprofile - 🚀 Create and deploy a dynamic portfolio by just providing your GitHub username.

react-search-bar - React Live Search Bar. Search the Rick & Morty Api. This is a project to my Youtube video.

json-resume-template - JSON-based standard for resume

Gatsby - The best React-based framework with performance, scalability and security built in.

How Secure Is My Password

tailwindcss - Tailwind CSS module for Nuxt

CapRover - Scalable PaaS (automated Docker+nginx) - aka Heroku on Steroids