Skip to content

A website that assists research enthusiasts in finding their ideal internship.

Notifications You must be signed in to change notification settings

predator4hack/Intern-Intel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intern Intel

A website that assists research enthusiasts in finding their ideal internship. Students can use this website to search through college websites for internship positions rather than having to go through the tedious process of checking up the profiles of each professor in the college. Furthermore, users can add professors or colleges to which they would like to intern, and they will be notified through email anytime a position becomes available.

Features

  • Seamless search for internship roles in top 10 colleges
  • Dedicated machine learning search pipeline for each college website resulting accurate search results
  • Get email notifications for any internship opening
  • User Authentication

Demo

Intern-Intel-Demo

Tech Stack

Client: React, React SDK, TailwindCSS

Server: Node, Express, MongoDB, Axios

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

MONGODB_KEY

JWT_KEY

Run Locally

Clone the project

  git clone https://github.com/predator4hack/intern-intel

Go to the project directory and install dependencies

  cd intern-intel/frontend
  npm install
  cd ..
  cd backend
  npm install

Start the server of both frontend and backend

  npm run test
  cd ..
  cd frontend
  npm run Start

Screenshots

Homepage

App Screenshot

Search functionality along with filters

App Screenshot

Roadmap

  • Add user dashboard

Authors

About

A website that assists research enthusiasts in finding their ideal internship.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published