Coder Social home page Coder Social logo

atlananalyst's Introduction

Basic overview of project

  1. The project is basically a dummy SQL editor.

  2. I have used hard coded data as dummy database.

  3. there are many features in app

    1. you can copy the SQL query
    2. you can download result table in form of pdf
    3. there is query history section , where you can view hostory of all queries you have used in past.
    4. there are some predefined queries to reduce work load, you can copy them to textaraea, or directly view their result by clicking show table button.
    5. there are light and dark modes for user.
    6. button to run query and button to clear text
  4. I have used ReactJS for building this app

    1. used html2canvas for downloading table.
    2. react-window for making virtualized list(MUI Component).
    3. used MUI for UI.
  5. loading time summary:-

    1. 7 ms Loading
    2. 376 ms Scripting
    3. 17 ms Rendering
    4. 14 ms Painting
    5. 406 ms System
    6. 1402 ms Idle
    7. 2222 ms Total, I used performance tab to measure time.
  6. though the application is not very heavy but I have used lazy loading to load the predefined SQL query section because among all the components I felt that component had the maximum code to be rendered and potentially more time consuming.

atlananalyst's People

Contributors

antas123 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.