Open Source Path finder is a web application that allows users to search for projects and Discord servers based on various criteria.
- Search for projects by name, tags, difficulty, and language.
- Display a list of Discord servers related to coding and programming.
- Coming soon page for future features.
- React
- Next.js
- Tailwind CSS
- Shadcn
- TypeScript
- Node.js
- npm or yarn
-
Clone the repository:
git clone https://github.com/realvishalrana/Open-Source-Path-finder.git cd Open-Source-Path-finder
-
Install dependencies:
npm install # or yarn install
-
Create a
.env.local
file in the root directory and add the following environment variables:NEXT_PUBLIC_GITHUB_CLIENT_ID=your_github_client_id NEXT_PUBLIC_GITHUB_TOKEN=your_github_token NEXT_PUBLIC_DISCORD_BOT_TOKEN=your_discord_bot_token
-
Run the development server:
npm run dev # or yarn dev
-
Open http://localhost:3000 with your browser to see the result.
Contributions are welcome! Please open an issue or submit a pull request for any changes.
This project is licensed under the MIT License.