Skip to content

pradeepa45/query-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Title

A brief description of your project goes here. Explain what it does, its features, and any other pertinent information.

Tech Stack

  • React: A JavaScript library for building user interfaces, leveraging a component-based architecture for reusable UI elements.
  • TypeScript: A superset of JavaScript that provides static typing, enhancing code quality and maintainability.
  • Supabase: An open-source Firebase alternative that offers a suite of tools for building applications, including authentication, database management, and real-time subscriptions.
  • Tailwind CSS: A utility-first CSS framework for designing custom user interfaces rapidly without leaving your HTML.
  • MUI (Material-UI): A React component library implementing Google’s Material Design, providing pre-built components to speed up development.
  • MUI Base: A low-level library for customizing MUI components, allowing for greater flexibility and control over styles.
  • Lodash: A modern JavaScript utility library delivering modular methods for common programming tasks, enhancing productivity and code readability.

Installation

  1. Clone the repository:

    git clone https://github.com/pradeepa45/query-builder.git
    cd query-builder
  2. Install the dependencies:

    npm install

    or

    yarn install
  3. Set up your environment variables for Supabase (create a .env file):

    REACT_APP_SUPABASE_URL=your_supabase_url
    REACT_APP_SUPABASE_ANON_KEY=your_supabase_anon_key
  4. Start the development server:

    npm start

    or

    yarn start

Usage

Describe how to use the application, including any key commands or steps to navigate through the app. You can provide screenshots or examples as necessary.

Contributing

If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/YourFeature).
  3. Make your changes and commit them (git commit -m 'Add some feature').
  4. Push to the branch (git push origin feature/YourFeature).
  5. Open a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published