Seddit a Reddit clone written using the framework Flutter with all platforms in mind.
Make sure your .env file has the following keys:
MONGODB_URI
- Clone the repository
git clone https://github.com/FujiwaraChoki/seddit.git
cd seddit
- Install dependencies
flutter pub get
-
Next, setup Firebase for your project. You can follow the instructions here.
-
Plug in your device or start an emulator (Android recommended).
-
Open the project in your IDE and run the project
flutter run
- User authentication
- Register
- Login
- Forgot Password
- Update Profile
- Create, read, update, delete posts
- Upload images
When you click on a post, you can shake your phone in order to go back to the homepage. Upon uploading a post, make sure to turn your audio up, there's a surprise!
Licensed under the MIT License.
will add more later