Founder Finder is a web application where users can search for potential co-founders.
Finding a co-founder is hard, we provide you with the platform to make that easier. Building a start-up is hard work. It is a journey to create something new and it takes believing in a dream each and every day, often against all odds.
Finding a co-founder is one of the most difficult parts of the process. The goal is to find someone that completes you, someone that will share the burdens and the joys along the way.
This repository contains the code for the client-side of the application, built using TypeScript, React, and Tailwind CSS.
-
Deployed live version: Live demo
-
Backend Repo: https://github.com/donxito/founder-finder-server
- User Authentication: Users can sign up, log in, and log out securely.
- Search for Co-founders: Users can search for potential co-founders based on various criteria.
- Add New Ideas: Logged-in users can add their startup ideas to the platform.
- Profile Management: Users can manage their profiles, including viewing and editing their information.
- TypeScript: A statically typed superset of JavaScript.
- React: A JavaScript library for building user interfaces.
- React Router: For managing routes in the application.
- Context API: For managing global state such as user authentication.
- Axios: For making HTTP requests to the backend API.
- Tailwind CSS: A utility-first CSS framework used for styling.
- Clone the repository:
git clone cd founder-finder-frontend
- Install dependencies:
npm install
- Run the development server:
npm start
- Open http://localhost:3000 in your browser to view the application.
Contributions are welcome! Feel free to open issues or submit pull requests.