Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/emre-guler/two-fast-finger

A React Native mobile application designed to test and improve your typing speed and accuracy.
https://github.com/emre-guler/two-fast-finger

react-native

Last synced: 1 day ago
JSON representation

A React Native mobile application designed to test and improve your typing speed and accuracy.

Awesome Lists containing this project

README

        

# Two Fast Finger

A React Native mobile application designed to test and improve your typing speed and accuracy.

## Features

- Modern and intuitive user interface
- Real-time typing speed measurement
- Progress tracking
- Beautiful gradient UI elements
- Cross-platform support (iOS and Android)

## Prerequisites

- Node.js (v12 or higher)
- npm or yarn
- React Native CLI
- Xcode (for iOS development)
- Android Studio (for Android development)

## Installation

1. Clone the repository:
```bash
git clone [your-repository-url]
cd two-fast-finger
```

2. Install dependencies:
```bash
npm install
# or
yarn install
```

3. Install iOS dependencies:
```bash
cd ios
pod install
cd ..
```

## Running the App

### iOS
```bash
npm run ios
# or
yarn ios
```

### Android
```bash
npm run android
# or
yarn android
```

## Tech Stack

- React Native
- React Navigation
- React Native Elements
- React Native Linear Gradient
- React Native Vector Icons

## Development

- `npm start` or `yarn start` to start the Metro bundler
- `npm test` or `yarn test` to run tests
- `npm run lint` or `yarn lint` to run the linter

## Version

Current version: 0.0.1