A web application that helps developers and startup founders to connect according to their requirements.
To set up the project locally:
- Clone the repository:
git clone https://github.com/codebyNJ/co-founder-meetup.git
- Navigate to the project directory:
cd co-founder-meetup
- Install dependencies:
npm install
- Set up environment variables by creating a .env file and adding the necessary configurations. Start the development server:
npm start
Usage
After setting up, navigate to http://localhost:3000
in your browser to access the application.
- React for build the web application.
- FireBase for realtime usage and google account authorization.