https://github.com/michaelfromyeg/react-for-people-in-a-hurry
A React workshop, for people in a hurry.
https://github.com/michaelfromyeg/react-for-people-in-a-hurry
react workshop
Last synced: 3 months ago
JSON representation
A React workshop, for people in a hurry.
- Host: GitHub
- URL: https://github.com/michaelfromyeg/react-for-people-in-a-hurry
- Owner: michaelfromyeg
- License: other
- Created: 2022-05-23T17:08:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-11T05:44:13.000Z (almost 3 years ago)
- Last Synced: 2025-02-08T12:13:54.127Z (5 months ago)
- Topics: react, workshop
- Language: JavaScript
- Homepage:
- Size: 25.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React for People in a Hurry (Intro to Web Development with React)
Your one-stop shop for an introduction to web development, using the React ~~framework~~ [library](https://reactjs.org/).
To be presented at TOHacks 2022's in-person workshop series in Toronto, Ontario on Friday, May 27th. [Join us](https://app.tohacks.ca)! Theme inspiration plagiarized from an old workshop of mine, [Data Science for People in a Hurry](https://github.com/michaelfromyeg/data-science-for-people-in-a-hurry).
## About ๐ค
This workshop is a 1-hour guide to using React. Inspired by [React in an hour or your money back](https://www.youtube.com/watch?v=1PFXBpJjjoc) by Anson Yu and Jacky Zhao, learnings from [Data Science for People in a Hurry](https://github.com/michaelfromyeg/data-science-for-people-in-a-hurry) by yours truly, [the official reactjs.org tutorial](https://reactjs.org/tutorial/tutorial.html) and [Complete Intro to React, v7](https://frontendmasters.com/courses/complete-react-v7/) by Brian Holt.
## Getting Started ๐โโ๏ธ
Here's how to contribute to this guide.
### Prerequisites ๐
* Node, npm
### Installation โคต๏ธ
Run `npm install` in both the `starter/` and `solution/` directories.
## Presenting
TODO after TOHacks! Note the `make slides` command.
## Authors ๐งโ๐ป
* [Michael DeMarco](https://github.com/michaelfromyeg)
## Contributing ๐
Contributions are welcome! Feel free to either create a ticket or open a pull request.