Skip to content

This is the development repository for campus guide at NIT Rourkela

Notifications You must be signed in to change notification settings

ankank30/project-elaichi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSC Banner Image

project-elaichi

codecov

Description

This is the development repository for campus guide at NIT Rourkela.

🚀 Installation Guide

  1. Install Flutter on your machine

    Install flutter by selecting the operating system on which you are installing Flutter:

    Flutter installation tutorial

    To check if you have flutter installed along wtih proper necesarry SDKs installed run flutter doctor

  2. Clone the Repo

    To clone this repository, run git clone https://github.com/developer-student-clubs-nitr/project-elaichi.git Then run cd project-elaichi

  3. Get Packages Make sure you are in the project-elaichi/elaichi directory

    • From the terminal: Run flutter pub get. OR
    • From Android Studio/IntelliJ: Click Packages get in the action ribbon at the top of pubspec.yaml.
    • From VS Code: Click Get Packages located in right side of the action ribbon at the top of pubspec.yaml.
  4. Test the App

    Make sure you are in the project-elaichi/elaichi directory.

    Run the App

    On terminal:

    • Check that an Android device is running by running flutter devices. If none are shown, follow the device-specific instructions on the Install page for your OS.
    • Run the app with the following command:
    flutter run
    

Congrats 🥳 ! You just ran the Project Elaichi App. Feel free to use the app in whatever way possible and make sure to send us feedbacks and suggest changes.

Project Structure

  • data - Manages the API and Local data
  • domain - Manages the business logic of the application
  • presentation - Manages the UI, routing and blocs

Contributing

We are open to suggestions, bug-reporting and features! We would love to see you contribute but make sure you follow our Contributing Guidelines.

About

This is the development repository for campus guide at NIT Rourkela

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 99.2%
  • Other 0.8%