Skip to content

theritwik/Insights-Club-Task

Repository files navigation

Insights Club Task

README

Simple Web Application

Description

This project is a basic web application with the following features:

  • A responsive homepage with a navigation bar.
  • Login and Signup pages with forms for entering a username, email, and password.
  • Basic client-side form validation to ensure:
    • Valid email format.
    • Password meets minimum length requirements.
  • Successful login redirects users to a Welcome page.

Features

  • Navigation Bar: Easily navigate between Home, Login, and Signup pages.
  • Responsive Design: Adapts to different screen sizes for a user-friendly experience.
  • Validation: Prevents form submission if fields do not meet requirements.

Technologies Used

  • HTML
  • CSS
  • JavaScript

Usage

  1. Clone the repository.
  2. Open the index.html file in a browser.
  3. Navigate through the Login and Signup pages and test the validation.

Quiz Application

Description

This is a JavaScript-based interactive quiz application with:

  • Five multiple-choice questions.
  • A timer for each question (10 seconds per question).
  • Dynamic score tracking based on correct answers.
  • A restart option to retake the quiz.
  • Final score stored in localStorage for persistence.

Features

  • Question Timer: Automatically moves to the next question if time runs out.
  • Dynamic Score Tracking: Updates score for correct answers and skips incorrect or unanswered questions.
  • Responsive Design: Ensures a smooth user experience across devices.
  • Restart Button: Easily retake the quiz.
  • Persistent Scoring: Stores the final score in localStorage.

Technologies Used

  • HTML
  • CSS
  • JavaScript

Usage

  1. Clone the repository.
  2. Open the quiz.html file in a browser.
  3. Answer the questions within the time limit or let the timer move to the next question.
  4. View your score at the end and use the restart button to try again.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages