<aside>
💡 Outline
Create, design and implement a web-based application capable of running SQL queries and displaying the results of said query. The application must include a space which accepts SQL queries in the form of user inputs, then runs the given query, and displays the result within the application..
</aside>
Please note:
- This is a dummy application.
- You must include a space to accept SQL queries. This can be as simple as a textarea or as complex as a full-blown code-editor. This does not figure in the judging criteria though.
- Your application does not need to have a backend, a query engine or query validation.
- You do not need to add any syntax validation.
- The data that your application displays can be any chunk of data. It does not need to be the actual result that the query would display if it was actually run. You can choose any block of data from here or you can choose any other data source. The data and the query do not need to be in sync.
- You can write down any query you wish. The query is not important, nor is the result. You are free to put in dummy stubs and mocks wherever the need arises.
- Your application must have more than one query accompanied by its corresponding table of data. You can have a predefined set of queries and a predefined set of tables showing some data.
Breakdown
Ideation 💡
Design 🧑🏻🎨
Implementation ⚒️
Evaluation Criteria
- How well did you think out and plan the core and advanced functionalities of your application?
- Did you take into account the most basic needs of your user?
- What was your thought process behind choosing the features that you did?
- What features did you include to add value to the application? Do these add value or increase complexity?
- How well did you plan your layout? Does this layout enhance the overall experience for the user?