Skip to content

julfinch/socially

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Socially

-Live Site URL: https://socially-finch.netlify.app/

-This react app is a showcase of my understanding of Material UI.

Table of contents

Overview

Screenshot

Links

My Process

Install Dependencies

yarn add @mui/material @emotion/react @emotion/styled
yarn add @mui/icons-material

Additional Info

  1. Add the codes inside index.html :

         <link
         rel="stylesheet"
         href="https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,700&display=swap"
         />
         <style>
              * {
              font-family: "Roboto", sans-serif;
              margin: 0;
              }
         </style>

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Material UI
  • ReactJS
  • Vite

Author

Releases

No releases published

Packages

No packages published