Created with CodeSandbox
This personal project gets the data from the Rick and Morty API https://rickandmortyapi.com/ using ReactJS, deployed with Netlify.
- React Hooks (useState, useEffect, useContext, useCallback, useMemo, useRef, useDebounce )
- React Components
- Fetch API
- Context
- Search bar
- Data Filtering
- Loadmore button
- Routing and Dynamic Routing - React Router
- Emotion - for styling
- Responsive design
- Axios, useQuery, or Apollo Client.
- TypeScript
Live demo of the project by clicking the badge:
To run locally:
npm install
npm start
Open http://localhost:3000 to view it in the browser.