Skip to content

Assignment details for Jr. Software engineer role. Read the markdown file and complete it. Submit it on jobs@mtechzilla.com and we will get back.

Notifications You must be signed in to change notification settings

MTechZilla/join-us-junior-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 

Repository files navigation

Assignment 1

Build a Pomodro timer app

  1. Login user with email and password using google ( you can use firebase authentication or any other authentication ).
  2. Show 25 minutes of timer where the user can reset, pause and start the timer
  3. Show a 5 minutes break timer when the 25 minutes timer gets complete.

Assignment 2

Show a card ui with users github public information.

  1. Ask for username in form with a single input field of username.
  2. When the user submits the username, show a nicely designed card with nicely desinged UI showing users public informations
  • Required public information expected to see on card is given below.

    • Avatar Image ( avatar_url )
    • Username ( login )
    • Name ( name )
    • No. of public repos ( public_repos )
    • No. of public gists ( public_gists )
    • Profile created at in time format of YYYY-MM-DD. ( created_at )

The api path to get the public information of Github user is given below

GET - https://api.github.com/users/{username}

Recommended tech stack to be used:

  1. React / Nextjs
  2. Chakra UI / Tailwind css
  3. Firebase

Requirements:

  1. Push the code to a public Github repository.
  2. Assignments should be in seperate repository.
  3. Both assignments should be deployed either on Vercel or Netlify.
  4. Send the deployed project link and Github Project link on jobs@mtechzilla.com

NOTE: Its important that you fullfill all of the requirements mentioned above. If you fail to do so, your assessment will be rejected.

The timeline to complete this app is a maximum of two days. Plagiarism is prohibited and if an applicant submits a plagiarised work then his application will be rejected.

About

Assignment details for Jr. Software engineer role. Read the markdown file and complete it. Submit it on jobs@mtechzilla.com and we will get back.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •