Skip to content

React Project with Rick & Morty API, and very possible, Futurama and more APIs

Notifications You must be signed in to change notification settings

PabloXberg/Project4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tutorial

Packages installation steps

npx create-react-app .

npm install bootstrap

npm install @popperjs/core --save

npm install sass

npm install react-paginate --save

npm install react-router-dom

npm start

Font Awesome CDN

<link
   rel="stylesheet"
   href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"
/>
    

Google Font Families

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Ubuntu:wght@300;400;500;700&display=swap');

font-family: 'Poppins', sans-serif;
font-family: 'Ubuntu', sans-serif;

About

React Project with Rick & Morty API, and very possible, Futurama and more APIs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published