A mobile app for startups and SMEs to connect with investors.
Report Bug
·
Request Feature
-
This app lets entrepreneurs sign up, create their individual profiles and create a venture profile (startup/SME) which will show up on the portfolio list for every other investor to see. Investor profiles are visible to entrepreneurs to search and "beep" once they have signed up.
-
Beeps are analogous to the "poke" functionality on facebook, wherein entrepreneurs can beep investors to view their venture profiles and get in touch if interested.
-
Investors can save venture profiles to view later.
To get a local copy up and running follow these simple steps.
Install the flutter SDK from the official website
flutter upgrade
flutter doctor
- Clone the repo
git clone https://github.com/harshadmanglani/Invest_Shrine.git
- Go into the root of the repository and run the app.
cd Invest_Shrine
flutter run
During the course of building this project, attempts were made to follow a typical software development life-cycle, with specific focus on Product Management tasks.
Initially, the wireframes and the user-flows looked something like this:
Wireframe | User flow |
---|---|
These wireframes were ambiguous, and led to confusion during actual code-writing, as a lot of time was taken up in deciding how different visual elemens should look.
Over time, they improved. And due to these improvements, the app was much easier to code.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
- Aditya Khandelwal - Backend developer
- Harshad Manglani - Frontend developer