- For you homework you are going to build an application of your choice.
- You may use the following APIs:
Fork and clone. In the folder from the clone, create react app and all that.
- 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.
- Inside of your main component you will render at least three properties from your API.
- Style your app with semantic-ui-react.
npm install semantic-ui-css
npm install semantic-ui-react
- Inside of
index.js
above, yourindex.css
,import 'semantic-ui-css/semantic.min.css';
Then you should be good to go!
- Try To create an animation when you switch between components
- Try to complete a logout functionality that switches back the login component