Skip to content

Latest commit

 

History

History
58 lines (30 loc) · 932 Bytes

README.md

File metadata and controls

58 lines (30 loc) · 932 Bytes

ScholarSpot

Scholar Spot is an online platform designed to empower students in discovering tailored scholarships that align with their preferences and aspirations. Our portal facilitates seamless scholarship applications while also offering an extensive array of resources to aid in studying and crafting compelling scholarship essays.

Features

  • User-Friendly Interface (UI)
  • Personalized Scholarship Recommendations
  • Effortless Scholarship Application Process
  • Application Tracking
  • Analytics Dashboard
  • Comprehensive Scholarship Detail Pages

Tech Stack

Client: React, TailwindCSS

Server: Node, Express

Database: MongoDB

Run Locally

Clone the project

  git clone https://github.com/HuzefaDohadwala/ScholarSpot.git

Go to the project directory

  cd my-app
  npm install
  npm start

Start the server

  cd backend
  npm install
  npm start