Skip to content

vinayak-gaikwad/Gladiators

Repository files navigation

QuickCode

Team Name - Gladiators

Project Name - QuickCode

Visit App

QuickCode App is a Scan and Run Coding App. The app is specially designed for the students who do not have a Laptop or a PC. Using this app, it would be easy for them to practise their coding skills on mobile itself. Because of scan and run, the complications during typing on mobile would be overcome.

Functionality provided by QuickCode App:

  1. After Registration and successful Login, the user will see the following options in this app:

  1. Editor - The code gets scanned and then would be converted to text in the editor. The code in the editor can then be compiled and the user gets the output of the code. There are multiple languages like C, CPP, Java, Python, etc in the code editor.

  1. Resources - There are many resources available for multiple languages in this option.

  1. Notes - The user can note down important details or any related points of the code in the notes section.

How to run the code

We have used React Js for the frontend development and firebase as a data storage.

  1. First step after cloning the repository is to run the command - npm install

  2. After successful npm installation, in order to view output of final code run the following command - npm start