Giter Site home page Giter Site logo

theboyisno-1 / ed-aid Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 8 KB

Ed-Aid (Educational Aid): A classified IOS app for all your academics needs. This helps learners to enhance thier skills by providing access to every possible document / project.

Swift 100.00%

ed-aid's Introduction

ed-aid

ed-Aid is a platform for learners to share experience, knowledge and documents among others and help them to improve skills and knowledge. With the help of Ed-Aid users can search for and have access to various academic and industrial materials for knowledge.

  • Ed-Aid provides facility of sharing content with community
  • Users can post advertisement regarding their projects / documents.
  • If user find something related to their field and interesting they can mark it as favorite.
  • User can chat with author of the post / advertisement.
  • Users can report post as inappropriate.

NOTE :

Required steps:

  • Create new project on Firebase
  • Enable Authentication -> Sign-In method -> Google
  • Storage -> set rules to
service firebase.storage {
  match /b/{bucket}/o {
    match /{allPaths=**} {
      allow read, write: if request.auth != null;
    }
  }
}

  • Download GoogleService-info.plist file from project setting.
  • Put file in supported file folder
  • Build and Run the project

Screen Shots:


Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.