Project in Action - App Analytics
- Global context using createContext and utilize useContext hook
- Persist data in local storage
- drag & drop columns with toggle functionality
- fetch data using date range picker
- Setup moment.js & millify to format date and data respectively
npm install
# Run frontend (:3000)
npm start
# Create frontend prod build
npm run build