Skip to content

akshatmittal61/alumni-portal-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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