Skip to content

FujiwaraChoki/seddit

Repository files navigation

seddit

Seddit a Reddit clone written using the framework Flutter with all platforms in mind.

Installation

Make sure your .env file has the following keys:

  • MONGODB_URI
  1. Clone the repository
git clone https://github.com/FujiwaraChoki/seddit.git
cd seddit
  1. Install dependencies
flutter pub get
  1. Next, setup Firebase for your project. You can follow the instructions here.

  2. Plug in your device or start an emulator (Android recommended).

  3. Open the project in your IDE and run the project

flutter run

Features

  • User authentication
    • Register
    • Login
    • Forgot Password
    • Update Profile
  • Create, read, update, delete posts
  • Upload images

Quirks

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!

License

Licensed under the MIT License.

Contributors

Acknowledgements

will add more later