Skip to content

Latest commit

 

History

History
262 lines (190 loc) · 12.6 KB

RECRUITMENTS_2019.md

File metadata and controls

262 lines (190 loc) · 12.6 KB

Tasks

  • It is perfectly fine if you have no experience in the field and trying it out for the first time. Please put in sincere efforts!
  • Each Task has a ID, tags, mentor, description, tips and useful resources
  • Mention the Task ID in README of your private GitHub repository.



Task ID: Google/Facebook/Github_Auth

OAuth Web Development

Mentor: @mananpoddar (+91 9113536695)

Tag: Easy

Description

You must have seen websites using third party authentication. For example, think about how you login these days on almost every website using your google account or facebook or github. Well, the reason being that instead of putting your details manually on the signup page, it's obvious to use this way as it's fast and just one click away.

Your task is to make a single web page having OAuth from one of the OAuth providers. After a user logs in, there should be another page to display the basic user detail provided by the OAuth provider.

Useful resources:

Tips

  1. Try to host this on your laptop or any suitable cloud service
  2. If you implement third party authentication using all three namely google, facebook and github you will get bonus points.



Task ID: Slack_Bot

REST API Slack Bot

Mentor: @mishal23 (+91 9725801399)

Tag: Easy

Description

Have you seen bot application chatting with you like google assistant? Well, there are pretty simple ways for making applications like slack bot which sends message to slack organization.

  • Your task is to create a bot to list the lyrics of a song when a user types the song name in the workspace channel.
  • Feel free to imagine any other use-case, validate the idea from the mentor before proceeding ahead.

Note: Feel free to create a dummy workspace in slack for the purpose

Useful resources:

Tips

  1. If you have any similar idea, go ahead and implement that as well, it will fetch bonus points for you.



Task ID: Chat_bot

Chat bot Dialog Flow

Mentor: @prajwal (+91 9632721417)

Tag: Medium

Description

You must have heard about chatbot! So,in this Task, we want you to implement a chatbot in an android app.The chatbot should able to reply to greeted messages('Hi', 'Hello',etc) and also few custom messgaes.Try to store the history of the chat in firebase database. We recommend you to use DialogFlow.

Useful resources:

Tips

  1. Try to maintain a clean and understandable code.
  2. Bonus Points for good UI and bug free app.



Task ID: Blazor_App

Web App Blazor App

Mentor: @utkarsh23 (+91 9008791852)

Tag: Hard

Description

Create a Blazor application that can fetch upto a million records using lazy loading. You can use this dataset or any other dataset of your choice consisting of a million records and atleast five attributes. Try and implement lazy loading on your own without using any library. Specifics like how many records to load per scroll event must be chosen in a manner that provides the best user experience.

Useful resources:

Tips

  • You get bonus points for hosting onto a cloud service (Azure definitely has support for this).



Task ID: Survey_App

Full stack Web App

Mentor: @SaurabhAgarwala (+91 8415859101)

Tag: Hard

Description

Basic Requirement: Create a Survey web application using any backend framework which will have a few questions (atleast 5) along with few options (atleast 3 for each question), and should load dynamically using jQuery. When the survey is completed by an individual, then show the aggregate result of the survey until that time. The app should have a decent UI, and a smooth-flow across various parts of the survey and the results. There should also be authentication of the user and hence restricting a particular user to take the survey only one time.

Additional Tasks: Extending the above application to let registered users create their own survey, select the respondents among the registered users thus restricting access to the survey for others and adding chained-comments features on the result page of each particular survey.

Useful resources:

Tips

  • You get bonus points for hosting onto a cloud service (AWS,Azure,etc)
  • Any other relevant innovative idea related to the task from your side will also fetch you merit points
  • The task involves a lot of things, thats why it is classified as hard. But each individual part is not that difficult and plenty of resources are available online to get through it. Try completing as many parts as possible.



Task ID: Android_Mobile_Vision

Android Mobile Vision API

Mentor: @omkarprabhu-98 (+91 8097366786)

Tag: Hard

Description

The task is to create a Android Application for capturing the amount on a bill.

  • A user uses the app to capture the amount on the bill.
  • After which, the user should be presented with the option to save the captured amount and add a title which can be associated with the spending.
  • After succesfully saving this information, the user should be presented with the list of such saved information.

So the task can be broken down into two parts:-

  1. Recognizing the amount on the bill.
  2. Storing and presenting the information captured.

Please refer the resources section for helpful hints

Tips

  • Bonus points for applying Material Theming in your app design

Useful resources:



Task ID: Chrome extension for weather forecast

Chrome Extension OpenWeather API Geolocation

Mentor: @harshprakashgupta (+91 7898578609)

Tag: Medium

Description

Create a chrome extension which can access the user's location and display current weather situation which can include various factors like temperature, wind, pressure, humidity, etc. Participants can use the geolocation api to access the user's location and openweather api to get the weather information. Also bonus points to participants who can use the 5 day openweather api to show weather information of a particular city for 5 days.

Tips

  • Points will also be given for the user interface (UI) of the extension, so also try to improve the design of the extension.

Useful resources:



Task ID: Image Editing App

Web App Image

Mentor: @vansjyo (+91 9611591432)

Tag: Medium

Description

The task is to create a Wep app which can do the following:

  • A user uploads a photo (you can set max size of image, format of image, etc). Even fetching image from URL will do.
  • The image is displayed on a canvas in the web app on the same page, or after redirecting to the next page, whatever seems confortable.
  • Atleast 3 editing options like Brightness, Saturation and Contrast should be provided using either a range type input, or number input box, whatever seems confortable.
  • The web app can have a basic layout, no fancy UI required.

Tips

  • Bonus points for clean UI layout, code structure and number of ways provided to upload image.
  • Further enhancements can be added as per your wish.
  • Refer given resources, or others that serve similar purpose. Anything other than CamanJS can also be used.

Useful resources:



Task ID: WebClub_Website_Design

Front-end Web Development

Mentor: @bordia98 (+91 9611590381)

Tag: Easy-Medium

Description

Designing and creating webclub website. The task involves designing the website and making it more user friendly. This task will require the use of basic HTML/CSS/Javascript.

The website is divided into 5 sections:

  • index.html : Home page
  • Projects section - Page for the projects done in past and ongoing projects
  • Team - Page displaying the members of clubs
  • Events - Details of events conducted by the club throughout the year
  • Contests - Details of the contest held by the club throughout the year

What we expect from You:

  • choose any one page (say projects section) and design it's UI on photoshop.
  • Implement the design from photoshop using html, css and javascript. (You are allowed to use any libraries you want:P)
  • You are allowed to choose only ONE section(say projects section).
  • Your designing skills on photoshop are equally important as Implementation for fetching you good score in this task.
  • Host it on github page.

For your reference you can checkout the previous version of website https://webclub-nitk.github.io/

You can pull the branch for the required structure for the website. You can go in branches section and pull the website branch here.

Tips

  • You can use github pages to host your site.
  • Bonus points for designing the page using Photoshop and then developing it.
  • Points will be awarded if you complete individual sections also.

Useful resources:



Task ID: Real time streaming using WebSockets

Web Development Web Sockets

Mentor: @NishanthSubramanian (+91 8197845078)

Tag: Medium-Hard

Description

To build an app that consists of a server and a client. The server can be written in NodeJS, Python, Ruby or any language/runtime of your choice. The client is a single HTML webpage, which can be opened directly in the browser. The page uses the HTML5 WebSocket spec to connect and stream data to and from the server in real-time. Preferably use plain javascript for the web socket front end. Each client connects to the server and each client should be able to view the real time connections of all clients connected at that point.
Example

Tips

  • Maintain understandable code.
  • Bonus points for making the application cross-browser compatible.

Useful resources: