Skip to content

Latest commit

 

History

History
66 lines (42 loc) · 1.21 KB

README.md

File metadata and controls

66 lines (42 loc) · 1.21 KB

Alumni Portal Frontend

This is the frontend for the Alumni Portal

For backend, visit Alumni Portal backend

Netlify Status

Development

For frontend

To start local development, fork the repo and clone it into your local machine OR follow the steps below

  • Clone the directory into your local machine
git clone https://github.com/akshatmittal61/alumni-portal-frontend.git
  • Enter into the directory
cd alumni-portal-frontend
  • Install node modules
npm i
  • Start the local dev server for react
npm run react

For backend

Visit: Alumni Portal backend

Navigation

Unauthorized Users

  • Home page
  • Login
  • Register

Authorized Users

  • Dashboard
  • Profile
  • Settings
  • Memories
  • People you may know
  • Events
  • Room to Manoeuvre

Author