Skip to content

guardian is an frontend react library based leetcode asistance

Notifications You must be signed in to change notification settings

Nota0515/guardian

Repository files navigation

Guardian - DSA Expert Bot

Guardian is a web app designed to help users solve Data Structures and Algorithms (DSA) problems by providing hints and solution approaches instead of direct code solutions.

Features

  • DSA Assistance: Provides hints and step-by-step guidance for solving DSA problems.
  • Interactive Q&A Interface: Users can type in their queries and receive useful suggestions.
  • Responsive Design: Built with Tailwind CSS for a seamless experience on desktops, tablets, and mobile devices.
  • Modern Development: Utilizes React for UI development and Vite for a fast development workflow.

Tech Stack

  • Frontend: React, Vite.js
  • API Integration: Axios
  • Styling: Tailwind CSS

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/guardian.git
    cd guardian
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm run dev
  4. Open your browser and go to http://localhost:5173

API Integration

Ensure the API providing hints and solutions is running and accessible. Update the API URL in the .env file or within the Axios configuration.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request.

License

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

Contact

For questions or feedback, reach out via [your email or social link].

About

guardian is an frontend react library based leetcode asistance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published