Catch of the Day — ReactForBeginners.com
This was built following the React for Beginners course from Wes Bos.
A premium step-by-step training course to get you building real world React.js + Firebase apps and website components.
A real-time app for a trendy seafood market where price and quantity available are variable and can change at a moment's notice. We will build a menu, an order form, and an inventory management area where authorized users can immediately update product details.
- Download the code
- In the terminal run
npm install
- Then,
npm run dev