Build a Random User App using ReactJS.
-
Project aims to create a Task Tracker App.
-
In this project i tried to make a simple random user app. I use axios for fetching data. User can get random profiles by clicking the button
You can reach my project from here !
- HTML
- CSS
- JS
- ReactJS
- Axios
random-user-react (folder)
|
|----readme.md
SOLUTION
├── public
│ └── index.html
├── src
│ ├── components
│ │ └── Card.css
│ │ └── Card.jsx
│ ├── App.css
│ ├── App.js
│ ├── index.js
├── package.json
└── yarn.lock
└── readme.md
To run this project, install it locally using npm or yarn:
$ git clone https://github.com/esadakman/reactjs-random-user.git
$ cd random-user-react
$ npm install / yarn
$ npm start / yarn start