Focus Time is a productivity app designed to help users manage their focus sessions efficiently. The app allows you to set focus timers, take breaks, and enhance your productivity.
- Customizable Focus Sessions: Set timers for work and breaks to suit your workflow.
- Clean and Intuitive UI: User-friendly interface for easy navigation.
- Real-Time Updates: Track progress in real-time during focus sessions.
- Lightweight and Fast: Built with performance and simplicity in mind.
- Clone the repository:
git clone https://github.com/yourusername/focustime.git
- Navigate to the project directory:
cd focustime - Install dependencies:
npm install
- Start the app:
npm start
- Launch the app.
- Set a focus duration and break time.
- Start your focus session and track your progress.
- Receive alerts when it's time to take a break or resume focus.
src/: Contains all source files and components.assets/: Includes images, icons, and other static resources.App.js: Main entry point of the application.package.json: Project metadata and dependencies.
- React Native: For building the mobile application.
- Expo: To streamline development and testing.