Skip to content

Dakshbarad/github-users-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Website Preview

URL : https://react-github-users-project.netlify.app/login

Credentials :

User : trial@gmail.com password: Trial@123

Styled Components

Styled component is a different way to apply css to elements. Refer to its docs for better understanding. Styled-Components - Main Docs

import styled from "styled-components";

const ReactComponent = () => {
 // logic here
 return <Wrapper>
 {some content}
 </Wrapper>
}


const Wrapper = styled.htmlElement`
write your styles here
`
export default ReactComponent

About

This repository contains the github users project created using react and github api. The project is hosted on netlify.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors