Pomocute is a simple react native project developed using typescript that helps users to follow the Pomodoro technique. The app comes with the standard Pomodoro technique time, but the user can also customize the time and the general color of the app.
The project was developed to enhance the knowledge of react native and typescript.
The prototype showcases the app's interface, components, and color palette.
Follow the steps below to run the app on your local machine:
- Clone the repository to your local machine.
- Install the necessary dependencies by running npm install or yarn in the project's root directory.
- Run npx react-native start to start the development server.
- Open another terminal window and run npx react-native run-android or npx react-native run-ios to run the app on your emulator or connected device.
The app features include:
- Customizable time intervals
- Customizable color palette
- Start, pause, and reset timer functionality
Future improvements for the app include:
- Allowing users to set specific tasks to work on during each Pomodoro session
The app was developed using the following technologies:
- React Native
- Typescript
- React Navigation
- React Hooks
The app was developed by me as a project to enhance knowledge in React Native and Typescript.