Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.32 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.32 KB

GA Logo

React + AJAX!

  • For you homework you are going to build an application of your choice.
  • You may use the following APIs:
  1. News API
  2. Pokemon Api
  3. weather api

Setup

Fork and clone. In the folder from the clone, create react app and all that.

Deliverables

  1. Create login functionality in which when you land on the app, you see a login component, and then it switches, to your main container component after you are logged in.
  2. Inside of your main component you will render at least three properties from your API.
  3. Style your app with semantic-ui-react.

To install semantic-ui-react

  1. npm install semantic-ui-css
  2. npm install semantic-ui-react
  3. Inside of index.jsabove, your index.css, import 'semantic-ui-css/semantic.min.css';

Then you should be good to go!

Hungry for More?

  1. Try To create an animation when you switch between components
  2. Try to complete a logout functionality that switches back the login component