Nous is a mobile application where users can submit their startup ideas, receive a fun AI-generated rating, vote on others’ ideas, and see a leaderboard of top ideas. The app includes dark mode, swipe gestures, and a smooth, interactive UI.
Users can:
✅ Submit their startup ideas
⚙️ Get a fake AI-generated feedback rating
👍 Vote on others’ ideas (one vote per idea)
🏆 See a leaderboard of top ideas
- Form Fields: Startup Name, Tagline, Description
- On submit:
- Generate a fake AI rating (0–100)
- Save the idea locally using SharedPreferences
- Navigate to Idea Listing screen
- Display all submitted ideas with:
- Name, tagline, rating, vote count
- “Upvote” button (one vote per idea)
- “Read more” option to expand full description
- Sort options: by rating or votes
- Swipe gestures to delete ideas
- Show top 5 ideas (based on votes or ratings)
- Cool UI elements:
- 🥇🥈🥉 badges
- Gradient/shadow cards
- Dark mode toggle
- Toast notifications (on submission or voting)
- Share ideas via social apps or clipboard
- Custom fonts and icons
Check out a quick 2–3 min demo of the app:
- Flutter (Dart)
- Persistent storage: SharedPreferences
- UI: Material widgets
- Animations: Fade, Scale, Slide
- Packages:
flutter_slidable
,share_plus
,google_fonts
Install Flutter SDK
Android Studio or VS Code with Flutter extension
Emulator or physical Android/iOS device
git clone https://github.com/RohitManvar//nous.git
cd nous
flutter pub get
flutter run
To try the app without building:
1.Download the latest APK from Release Section or direct 👉Download Nous APK (GDrive)
2.Transfer it to your Android device.
3.Open the APK file and install the app.