This repo is a solution to a technical test from Spidertracks, humbly made by Chao Zhang(Steven).
This is a simple CRM system, user can manage customer and relative sales opporitunities.
- Frontend: React, typescript.
- Backend: no backend.
- Database: Firebase, cloud firestore.
All functional components are under folder components
, with their names are self-explanatory.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.