Skip to content

ga-chicago/wdi-13-hw16-react-ajax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published