Welcome to getYourFunds, a website designed to help students in find top scholarships, grants, and schemes tailored to their needs.
https://getyourfunds.vercel.app/
- Search Functionality: Users can input their location and purpose to find relevant scholarships.
- Google Generative AI Integration: The application leverages the Google Generative AI to generate scholarship listings based on user input.
- Direct Links: The generated listings include direct links to the official webpages of each scholarship for easy access.
- React
- Google Generative AI
- TailwindCSS
- Clone the repository:
git clone https://github.com/Prakhar9450/getyourfunds.git
- Navigate into the project directory:
cd getyourfunds
- Install dependencies:
npm install
- Set up Google Generative AI API Key: Obtain an API key from Google Generative AI. Set your API key in the .env file:
VITE_API_KEY=your-api-key
- Start the development server:
npm run dev
- Open your browser and visit http://localhost:3000 to use the application.
Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or create a pull request.