Techniche App Documentation

What is the Techniche App?

Team Techniche toils hard every year to make the fest better than ever. And what better to suit a technical fest’s needs than its very own app? With that idea in mind, the Techniche app aims to showcase the details of all the upcoming, ongoing, and concluded events of the fest, it's schedule and allows you to bookmark your favourite events. It also holds information of all the requirements to navigate through the fest with ease like maps and emergency contact details, and provides notifications that keeps the user updated on all the upcoming events . In short, it is a place where every bit of particulars regarding the fest resides.

Tech-Stack:

  • React-Native: It has been used as the framework to build the app for iOS or Android mobile devices. The code has been written in JavaScript and rendered via native code. It provides components for easy coding for the UI like View, Text etc. React Native Navigations was used to implement the navigation flow of the app. Redux was used as a state management tool. Several more JavaScript libraries were used to enhance responsiveness and make the user experience pleasant.

  • Firebase: Firebase Cloud Messaging has been used to implement push notifications for the app.

  • Django Rest Framework: It has been used to build a backend REST API for the app to fetch data from the Techniche server.

Walk-through of the App

On-boarding Screens: As you install the app, you are greeted by the following on-boarding screens.

Login Page:

The user can login to the app by using their Techniche account credentials. If you don't have an account, you can simply sign up on the website and log-in.

Home Page: Once you are logged in, you are directed to the home page which keeps a record of the upcoming, ongoing, and concluded events of Techniche. You can also search for certain events using the Search bar and close matches of your search appear as search results.

Individual Event: Upon clicking on any of the events on the above screen, details regarding the event can be viewed. If you haven't saved the event to your bookmarks yet, you can still do it by clicking on the heart icon on this screen. Upon clicking the slider on the top right, you can schedule the event on your calendar, check for the event location on maps and share the details of the event with your friends and colleagues. Upcoming events will have a register button at the bottom upon clicking which you will be redirected to a page where you can register for that particular event. whereas concluded events will have a feedback button upon clicking which a modal will be opened through which you can give a rating and write a review for that particular event.

Schedule Tab: Upon clicking the Schedule icon on the footer, the Schedule screen appears which holds the information of the schedule of the events being conducted.

You can check details of your bookmarked events by clicking on the drop-down icon and selecting "My Schedule".

Map Tab: Upon clicking the Map icon on the footer, the Map screen opens up which guides you through various destinations in the campus.

Drawer Screen: Upon clicking the hamburger icon on the header or by simply swiping to the left, the drawer opens up. You can switch from dark mode to light mode and vice-versa by clicking on the brightness icon.

My Events: All your bookmarked events appear on this screen.

Food Stalls: Details of all the food stalls set up during the fest along with their menu and the nature of food they serve are available on this screen.

Sponsors and Partners: Details of all the sponsors of the fest are available on this screen. Clicking on a sponsor will redirect you to its official site.

Directory: Contains the contact details of the necessary emergency numbers, e-rikshaw, and team representatives. Upon clicking on the number, you can place a call to the concerned person.

The Team Tab: Details of the team members who have been working in building this app are available on this screen.

FAQs Tab: The answers to most common of the queries regarding the fest are found on this tab. By clicking on the question, you may expand it to reveal the answer.

Notifications tab: All the concerned notifications related to the fest appear on this screen. You can go to this page by clicking on the bell icon on the home screen of the app. You can open a notification by clicking on it to see the details. Opening a notification marks it as seen. If you have any unseen notification, the notification icon in the home screen will show a red tag. You can drag a notification left to delete it.

Last updated