Skip to content

Quready is an interactive DSA preparation sheet built with React and styled using Tailwind CSS. It provides a clean, user-friendly interface for practicing and mastering data structures and algorithms. With intuitive features and responsive design, Quready helps users efficiently track their progress and improve coding skills.

Notifications You must be signed in to change notification settings

RahulScripted/Quready

Repository files navigation

Quready

Quready is an interactive web application designed to help individuals prepare for coding interviews by providing a well-structured DSA (Data Structures and Algorithms) preparation sheet. Built using React and Tailwind CSS, Quready aims to simplify and streamline the interview preparation process.

Features

  • Curated DSA Sheet: A comprehensive and categorized set of coding questions tailored for interview readiness.
  • User-Friendly Interface: Clean, responsive design powered by Tailwind CSS for seamless user experience.
  • Progress Tracking: Mark questions as complete and track your preparation progress.
  • Built with Modern Tools: Developed using React and styled with Tailwind CSS for rapid and efficient development.

Tech Stack

  • Frontend: React
  • Styling: Tailwind CSS
  • Deployment: Vercel

Demo

Visit the live application: Quready

Installation

To set up the project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/your-username/quready.git
  2. Navigate to the project directory:

    cd quready
  3. Install dependencies:

    npm install
  4. Start the development server:

    npm start
  5. Open the application in your browser at http://localhost:3000.

Folder Structure

quready/
├── public/          # Public assets
├── src/             # Source files
│   ├── components/  # Reusable React components
│   ├── pages/       # Page-level components
│   ├── styles/      # Tailwind CSS configurations
│   └── utils/       # Utility functions
├── .gitignore       # Git ignore rules
├── package.json     # Project metadata and dependencies
└── tailwind.config.js # Tailwind CSS configuration

Contributing

Contributions are welcome! If you'd like to contribute, please fork the repository and create a pull request with your proposed changes.

  1. Fork the project
  2. Create a feature branch (git checkout -b feature/YourFeature)
  3. Commit your changes (git commit -m 'Add YourFeature')
  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.

Feedback

If you have any feedback, suggestions, or encounter any issues, please feel free to reach out or create an issue in the repository.


Happy coding and good luck with your interviews! 🚀

About

Quready is an interactive DSA preparation sheet built with React and styled using Tailwind CSS. It provides a clean, user-friendly interface for practicing and mastering data structures and algorithms. With intuitive features and responsive design, Quready helps users efficiently track their progress and improve coding skills.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages