An open API service indexing awesome lists of open source software.

https://github.com/pingsubhajit/watpad

A small app to practice the Word Association Test for SSB Interview. The app is designed to create an interactive environment from uploaded .ppt file of practice words to practice the test in similar environment as in SSB Interview.
https://github.com/pingsubhajit/watpad

Last synced: 10 months ago
JSON representation

A small app to practice the Word Association Test for SSB Interview. The app is designed to create an interactive environment from uploaded .ppt file of practice words to practice the test in similar environment as in SSB Interview.

Awesome Lists containing this project

README

          

# Watpad: Word Association Test Practice
A small app to practice the Word Association Test for SSB Interview. The app is designed to create an interactive
environment from uploaded .ppt file of practice words to practice the test in similar environment as in SSB Interview.

## Table of Contents

- [About](#about)
- [Features](#features)
- [Installation](#installation)
- [Contributing](#contributing)
- [License](#license)

## About

Built for personal usage, designed with personal preferences. The application is bare-featured with
minimalistic design and functionality. Loads fast and animated appropriately. Mobile first design.
No onboarding. No login. No tracking. No ads, ever.

## Features
- Auto-rotate slides every given time
- Customizable rotation interval
- Upload and practice from your own .ppt file
- Practice in a similar environment as in SSB Interview
- Get feedback from AI assistant on your performance

## Installation

### Prerequisites

- Node.js (version ^20.12.2)
- npm (version ^10.5.0)
- A Google Generative AI API key

### Steps

To run the development server, follow these steps:

1. **Clone the repository**
```bash
git clone https://github.com/pingSubhajit/watpad
```
2. **Install dependencies**
```bash
yarn
```

3. **Create a `.env` file in the root directory**
```bash
GOOGLE_GENERATIVE_AI_API_KEY=your-google-generative-ai-api-key
```

5. **Run the development server**
```bash
yarn run dev
```

## Contributing

The product is free to use. However, no new features, bug fixes, or any meaningful support will be guaranteed. Although
I welcome contributions and acknowledge that contributions are the building blocks of open-source software. If you want
to contribute, please open an issue describing the problem or feature you want to work on. I will try to respond as soon
as possible. The project does not enforce any strict guidelines for contributions.

## License

Distributed under the MIT License. See [`LICENSE`](https://github.com/pingSubhajit/watpad/blob/main/LICENSE) for more
information. The project is completely open source and feel free to fork, modify and host your own version.
No attribution required.