Almalink is a portal for bridging the gap between alumni and students. This website provides an interface for students for :
- Search for alumni according to their interests/skill/department
- Connect with alumni and talk with them.
- Learn through blogs and projects provided by alumni
- Track various events and meetups.
Almalink is powered by React.js and Firebase and stylized using TailwindCSS.
- In order to get started with this project you'll need Firebase keys which can be made by creating a firebase id and importing the required keys to
.env.local
. Learn More
- Fork this repo and clone it into your system.
- Create a
.env.local
directory in the project directory and paste your keys there. - Run
npm install
in terminal - Run
npm start
to start the website - Application is ready at
http://localhost:3000/
.
- The user interface is made responsive and particularly optimized for phone experience.
- It is made very simple and easy to use.
Feel free to contributing in this repository by raising an issue giving details about the enhancements/bugs and making an PR for the same.