Skip to content

sezginakgul/random-user-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random User App

Table of contents

Overview

Description

The project creates an information card by retrieving user information from the random user app

Project Skeleton

random-user-app (folder)
       public(folder)
           |----index.html 
       src (folder)
           |----app.js 
           |----app.css
           |----index.js
           |----index.css 
           components (folder)
                |----UserCard.css
                |----UserCard.jsx
           assets (folder)
                |----email.svg
                |----location.svg
                |----phone.svg

Screenshot

screenshot

Links

Built with

  • REACT.JS
  • JAVASCRİPT
  • HTML5
  • CSS3