Ellipsis Tech Series 2023 Hackathon
| Running this project | Testing offline PWA |
|---|---|
First time setup: npm install |
1. npm install -g serve2. npm run build |
To run: npm run start |
1. Test using: serve -s build2. Using localhost |
| Edit the navigation | Making use of sessions |
|---|---|
Visit the following codes in src |
This project uses sessions to store specific data. |
1. router > Router.tsx2. components > navigation > NavTabs3. pages > Layout.tsx |
Visit the codes in 'store' to modify them. |
| Frontend | Npm Dependencies | React Npm Dependencies | PWA Concepts |
|---|---|---|---|
| React (TypeScript) | Tailwind-merge | Redux & Redux Toolkit | Service Workers |
| MUI components | Fast-average-color | React-router | Manifest files |
| TailwindCSS | Hex-color-to-color-name | React-webcam | Report Web Vitals |
-WIP
- Use this as reference