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

https://github.com/bangadam/pomodoro-app


https://github.com/bangadam/pomodoro-app

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        


React Native Pomodoro App

 


React Native - Pomodoro App


Github top language

Github language count

Repository size

License



About   |  
Features   |  
Technologies   |  
Requirements   |  
Starting   |  
License   |  
Author


## :dart: About

Build a Pomodoro App using React Native.

## :sparkles: Features

:heavy_check_mark: common features in Pomodoro App like (+, -, \*, /));

## :rocket: Technologies

The following tools were used in this project:

- [Expo](https://expo.io/)
- [React Native](https://reactnative.dev/)
- [Node.js](https://nodejs.org/)

## :white_check_mark: Requirements

Before starting :checkered_flag:, you need to have [Git](https://git-scm.com), [Node](https://nodejs.org/en/), [Expo](https://expo.io/) and [React Native](https://reactnative.dev/) installed.

## :checkered_flag: Starting

```bash
# Clone this project
$ git clone https://github.com/bangadam/pomodoro-app

# Access
$ cd pomodoro-app

# Install dependencies
$ yarn install

# Run the project
$ yarn ios // for iOS
$ yarn android // for Android

# then open the app in Expo
```

## :memo: License

This project is under license from MIT. For more details, see the [LICENSE](LICENSE.md) file.

Made with :heart: by bangadam.dev

 

Back to top