JSONPlaceholder App is a simple React + Flux application that makes an API call to JSONPlaceholder to get user, posts and todo data and then renders the data to a site. Navigate to the application folder and run the following commands in the terminal to start the application.
npm install
npm run dev
Then in your browser, type the following in the address bar: localhost:8080
- JavaScript
- ReactJS
- Flux
- Webpack
- HTML
- CSS