Welcome to the Startup Directory Web App! This web app provides an interactive platform for exploring and filtering startup data.
The project is divided into two main parts:
- Frontend: The user interface for exploring and interacting with startup data.
- Backend: The server-side logic for storing and retrieving startup information.
- Startup Cards: View a visually appealing grid of startup cards displaying key information.
- Detailed View: Click on a card to open a detailed popup with comprehensive startup information.
- Search Functionality: Find specific startups based on keywords.
- Filtering: Use the dropdown menu to filter the list of startups based on industry type/domain.
- Pagination: View 10 startups per page and click "Next" to load more.
-
Clone the repository:
git clone https://github.com/Sahilumraniya/Startup-Directory-Web-App.git cd startup-directory-web-app/frontend npm install cd ../backend npm install # Frontend (in the frontend directory) npm run dev # Backend (in the backend directory) npm run dev