- React v18
- React Router v6
- Tailwind
- Flowbite and Flowbite Admin Template
- SWR
- React-hook-form
- Heroicons
Install all dependencies
npm i
Run the development server:
npm run start
# or
yarn start
# or
pnpm start
# or
bun start
Open http://localhost:3000 with your browser to see the result.
- You will automatically be redirected to http://localhost:3000/auth/login.
- Use
Change role to ____
button to change role between user or admin. - Select
Remember me
.
- Choose Info in the sidebar or navigate to http://localhost:3000/home/user/info.
- Change between Personal Information and KYC tab.
- Add or remove sections by
Add ___
or×
buttons according to your need. - Fill in all fields.
- Click
Submit
button to submit form.
- Choose Submissions in the sidebar or navigate to http://localhost:3000/home/officer/submissions.
- Click corresponded
Approve
button to aprrove that submission. - Click corresponded
Reject
button to reject that submission.
- Choose Submissions in the sidebar and click on one specific row.
- Change between Info and KYC tab to view.
- Use
To ___ tab
for quick tab change. - Click
Approve
button to aprrove submission. - Click
Reject
button to reject submission.
Redirect to all submissions page aftter action
- Click
Sign out
button in the header. - You will be redirect to the login page.