Skip to content

emre-guler/two-fast-finger

Repository files navigation

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:
git clone [your-repository-url]
cd two-fast-finger
  1. Install dependencies:
npm install
# or
yarn install
  1. Install iOS dependencies:
cd ios
pod install
cd ..

Running the App

iOS

npm run ios
# or
yarn ios

Android

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published