CodeFellows Lab Assignment to build...
API testing tool application that can be run in any browser, allowing a user to easily interact with APIs in a familiar interface.
- React.js
- Sass
This folder only contains the components required for your React Application.
- Run
npx create-react-app resty --use-npmto create your react application. cd restyand replace thesrcfolder generated by CRA with thesrcfolder in this starter-code folder.- Run
npm startto visually validate that your starter-code components are working properly.
Will outline useful examples here.
- Convert class Components to function based Components (Header, Form, Results, Footer)
- Sass style sheet for each Component (Header, Form, Results, Footer)
Distributed under the MIT License. See LICENSE.txt for more information.
Erik Savage
Project Link: https://github.com/eriksavage/resty
- Code Fellows Code 401: Advanced Software Development in Full-Stack JavaScript Course
- othneildrew's Best-README-Template
- React Docs
- Sass Documentation
