JustSayin is a creative mobile application designed to inspire, motivate, and enrich your daily life through quotes. Each day, users receive a new quote directly on their iOS device through an elegantly designed widget, making inspiration just a glance away.
The app is currently Live on the App Store! You can download for free here!.
You can also checkout the app through development using the following method:
- Navigate into
frontend/
and run React Native frontend by
npm start
- Navigate into
backend/
and run NodeJS backend by
npm run dev
- Navigate into
frontend/ios
then open XCode using
open frontend.xcworkspace
After XCode finishes loading, run the keyboard shortcut cmd + shift+ k (⌘⌃k)
this will clean the build folder.
Then run cmd + r (⌘r)
to rebuild the project. This will run simulator, and you will see the app running! Make sure to add our widget on the homepage for the full experience!
We are using the MERN tech stack:
- Frontend: React Native and SwiftUI (for widgets)
- Backend: NodeJS
- Database: MongoDB
Contributions are what make the open source community such an amazing place to 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