Road Rakshak Admin Dashboard

This is the admin dashboard of the frontend application Road Rakshak. The deployed version of the application is live on vercel --- https://road-rakshak-admin.vercel.app/.

This is one of the three components of the project. Following are all the components of the project

Setting up the development environment

  1. Clone the repository $ git clone https://github.com/krishna9304/road-rakshak-admin.git
  2. Install all the dependencies using command $ yarn
  3. Run $ yarn start.
  4. The application should start on port 3000. You can visit the application on http://localhost:3000

Some screenshots of the application

Screenshot 2021-10-03 at 9 51 15 AM

Screenshot 2021-10-03 at 9 50 31 AM

Screenshot 2021-10-03 at 9 50 48 AM

Screenshot 2021-10-03 at 9 50 58 AM

Features

1. Secure Authentication

All the details of the admins are stored securely in our database and the password of every admin is hashed by a hashing algorithm, so, not even us will be able to access other people's account.

2. Email verification

Every admin in the portal should verify his/her email to use our services.

3. Report verification

Admin will verify the reports based on the severity of the condition. Also, when the hurdles are fixed, the admin can delete the report.

4. Post News on a daily basis

Admins can post different sort of articles, blogs or news on the portal so that the users can stay updated.

3. Spam free

All the hurdles reported by the users will only get uploaded to the map, only when they are verified by the admin. So there are no chances of spam. Also, all the accounts on the portal are verified through email.

Technologies Used