samfromaway / tutorial-real-estate

This is a repo for a react fullstack video tutorial. Covered will be React, React-Classes, Context API, Redux, Firebase and more. Learn how to use different approaches in React with the same App.

Home Page:https://www.youtube.com/playlist?list=PLpPVLI0A0OkKbANASSXa_WUxkABBNJcsM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CRUD React Tutorial | Real Estate App

This is a repo for a react fullstack video tutorial. Covered will be React, React-Classes, Context API, Redux, Firebase and more. Learn how to use different approaches in React with the same App.

Installation

Install the packages in the package.json file with:

npm i
// not every branch has a backend folder!
cd backend   npm i

Usage

npm run start

Branches

Check out the different branches for the respective video of your tutorial. The master-branch is the empty project. You'll find the complete codes in the other branches.

Server and Client

If you use a branch with a node.js server (in the backend folder) run it on localhost/3000 and run the clientside code on an alternative port like localhost/3001 or localhost/5000...

Contributing

Pull requests are welcome but on new branches. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

This is a repo for a react fullstack video tutorial. Covered will be React, React-Classes, Context API, Redux, Firebase and more. Learn how to use different approaches in React with the same App.

https://www.youtube.com/playlist?list=PLpPVLI0A0OkKbANASSXa_WUxkABBNJcsM

License:MIT License


Languages

Language:JavaScript 54.5%Language:HTML 39.5%Language:CSS 6.0%