Code Monkey home page Code Monkey logo

techmurtaza / wordywonder Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 749 KB

A vocabulary enhancement app facilitating English to Hindi translation and interactive quizzes.

Home Page: https://wordywonder.murtafiji.com/

License: MIT License

PHP 17.32% CSS 0.59% JavaScript 82.03% SCSS 0.01% Blade 0.05%
english-hindi english-hindi-translation english-learning hindi-english-translation interactive interactive-quiz laravel laravel8 learning-app quiz

wordywonder's Introduction

WordyWonder

English-Hindi Vocabulary Builder

A web application built with React, Laravel, and Tailwind CSS to help users learn and test their knowledge on English-Hindi translations.

Features

  • Words Viewer:
    • Displays a paginated list of English words along with their Hindi translations.
    • Users can navigate through different pages to explore more words.
  • Quiz Section:
    • Users can test their understanding by attempting a quiz.
    • The quiz consists of multiple-choice questions where users have to match the English word to its Hindi translation or vice versa.
    • The number of questions is customizable between 10 to 50.
    • After completing the quiz, users can view their score along with the correct answers.

Getting Started

Prerequisites

  • PHP >= 8.0
  • Composer
  • Node.js
  • A MySQL Database

Installation

  1. Clone the repository:
    git clone https://github.com/murtuzz/WordyWonder.git
    cd vocab-builder
  2. Install Composer dependencies:
    composer install
  3. Install NPM dependencies:
    npm install
  4. Copy the .env.example file to a new file named .env and update the database connection details:
    cp .env.example .env
  5. Generate an application key:
    php artisan key:generate
  6. Run the database migrations and seeders:
    php artisan migrate --seed
  7. Compile the frontend assets:
    npm run dev
  8. Serve the application:
    php artisan serve

Now, you can access the application at http://127.0.0.1:8000.

Usage

  • Navigate to the /words route to view the words list.
  • Navigate to the /questions route to access the quiz section.

Contributing

Feel free to fork the project, make changes, and submit pull requests. All contributions are welcome.

License

This project is open-source and is licensed under the MIT License.

wordywonder's People

Contributors

mind-murtaza avatar techmurtaza avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.