Update UI
npm install react-csv npm install react-datepicker npm install react-toastify npm install react-chartjs-2 chart.js npm install react-circular-progressbar
Password Regex update special character inclusion
Navbar update (login and logout) Update data.js timezone
Navbar update
Update layout.js
This is a Next.js project bootstrapped with create-next-app
.
Update authenticate.js (Port 8080 -> process.env.NEXT_PUBLIC_API_URL) Update Vercel Env NEXT_PUBLIC_API_URL = https://datasensebackend-prj666-team-5.onrender.com
config.json: server_api, ws_api "server_api": "http://localhost:8080" -> "server_api": "https://datasensebackend-prj666-team-5.onrender.com", "ws_api": "ws://localhost:8080" -> "ws_api": "wss://datasensebackend-prj666-team-5.onrender.com"
Setting page: store.js -> export const userAtom = atom(null); // Initialize with null for unauthenticated state Add Images into public/assets ADd info-hub, alert, and account-settings
fontawesome className update Modified Layout.js, navbar.js, dashboard.js, info-hub.js Add about.js contact.js, privacy.js Images added
Add Layout.css, Terms.css, Alert.css Add terms.js Update info-hub.js, interactivedatahub.js, dashboard.js, alert.js, layout.js, navbar.js
npm install @react-oauth/google add google account auth
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.js
. The page auto-updates as you edit the file.
API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.js
.
The pages/api
directory is mapped to /api/*
. Files in this directory are treated as API routes instead of React pages.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
To learn more about Next.js, take a look at the following resources:
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.