Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 376 Bytes

File metadata and controls

20 lines (16 loc) · 376 Bytes

Sample React App with Firestore

Technologies

  1. React.js
  2. Firebase (firestore)

Features

  1. Process Registration
  2. Product Edition
  3. Product Deletion
  4. Product list

Routes

  1. Register (<http://localhost:3000>/register)
  2. Edit (<http://localhost:3000>/register)
  3. List (<http://localhost:3000>)

Development

  1. Run npm install
  2. Run npm start