Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@Snehasis4321 Snehasis4321 released this 21 Jun 06:40
· 3 commits to main since this release

Event Master App: Appwrite Hashnode Hackathon

event-main-page

Description of Project

Event Master is an event planning and managing app, where users can create their account and host new events in desired locations and a specific date and time and also rsvp existing events. They can also track and modify and update their event from settings. This app has and clean ui and it is built using Flutter. We use Appwrite as our backend database throughout this project for authentication, database and image storage.

Tech Stack

  1. Flutter -

    I have used Flutter for the front-end part of my app it lets me build a cool and amazing ui using material design.

  2. Appwrite Cloud -

    I have used appwrite in this project cause it is open source and it has a lot of features like storage, auth, database, functions. I also have a great SDK for Flutter which help me complete my work faster.

    Some Features I used in my project -

    • Authentication

      I have use the Email/Password auth method for my project that lets every user create a new account and login into their existing account.

    • Database

      I have used appwrite databases and created several collections of users and events for storing the user's data and events data respectively. And perform operations on them like create read update and delete on the collections.

    • Storage

      I have used appwrite storage and created a new bucket where I add all the images of events when a user publishes any event.

Public Code Repo

Here is the Github Repo Link

Demo Link

Here is the demo video Link

App Download Link

Here is the App Download Link

You can use these Login Credentials to Test the app.

No. email password
1. john@mail.com 12345678
2. progamer101@email.com 12345678

Thank You

I would like to thank Hashnode and Appwrite for providing an opportunity to participate in this hackathon 😊.

Full Changelog: https://github.com/Snehasis4321/Event-Master-App/commits/v1.0.0