Skip to content

ashsajal1/js-practice-app

Repository files navigation

JavaScript Practice App

JavaScript Practice App

Description

JavaScript Practice App is a web application designed to help users practice interview questions on JavaScript topics. Built with React, TypeScript, and Tailwind CSS, this app provides a user-friendly interface for users to test their knowledge and skills in JavaScript.

Features

  • Choose from a variety of JavaScript topics to practice.
  • View questions related to the selected topic.
  • Test your knowledge with interactive quizzes.
  • Receive immediate feedback on your answers.
  • Track your progress and performance.

Demo

Check out the live demo here.

Installation

To run this project locally, follow these steps:

  1. Clone the repository:
git clone https://github.com/ashsajal1/js-practice-app.git
  1. Navigate into the project directory:
cd js-practice-app
  1. Install dependencies:
pnpm install
  1. Start the development server:
pnpm dev
  1. Open your browser and visit http://localhost:5173 to view the app.

Usage

  1. Choose a JavaScript topic from the navigation menu.
  2. Read the questions related to the selected topic.
  3. Select an answer for each question.
  4. Submit your answers and receive immediate feedback.
  5. Track your progress and performance in the dashboard.

Contributing

Contributions are welcome! 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/your-feature).
  3. Make your changes.
  4. Commit your changes (git commit -am 'Add your feature').
  5. Push to the branch (git push origin feature/your-feature).
  6. Create a new Pull Request.

License

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

Contact

If you have any questions or suggestions, feel free to contact the project creator:

Releases

No releases published

Packages

No packages published

Languages