An open API service indexing awesome lists of open source software.

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.

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.