The following text was taken from the about page on https://learncodefrom.us:
Learn Code from Us is a site that lists people who are members of underrepresented groups in tech who create resources geared towards programmers of all levels. These resources include (but are not limited to) podcasts, blog posts, newsletters, or YouTube videos. For now, this site is geared towards free resources in order to be as accessible as possible
If you are new to coding and would like to know what each part of the setup does or requires, please see the Detailed Readme
You will need the following software to be installed in order to build the code within this repository:
- A git Client
- A Text Editor
- Node
- Clone the repo
- run
npm install
within thelearn-from-us
directory - run
npm start
within the same directory
- A Complete Beginner's Guide to React
- Build a custom toggle switch - Toggle Switch
- Build A simple login profile - User login
- Introduction to
context-api
- React Context - What's new in CRA v2 - Create React App v2
- Difference between React Elements and React Components - Tyler McGinnis