https://github.com/bangadam/pomodoro-app
https://github.com/bangadam/pomodoro-app
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bangadam/pomodoro-app
- Owner: bangadam
- Created: 2022-07-17T08:03:13.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-06T03:41:50.000Z (almost 3 years ago)
- Last Synced: 2025-01-13T18:32:04.142Z (5 months ago)
- Language: TypeScript
- Size: 349 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
React Native - Pomodoro App
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