Fcos Project Documentation

About Fcos

Fcos is a minimalist productivity tool designed to enhance focus and time management. Built as a side project, it combines a Pomodoro timer with a clean, distraction-free interface to help users achieve their productivity goals.

Coded by: Elitsuv

Designed by: Treakee

Features

How to Use

  1. Start a Session: Click "Start" to begin a 25-minute Pomodoro session.
  2. Take Breaks: After each work session (25, 45, 90 minutes), enjoy auto-started breaks (5, 10, 15 minutes).
  3. Pause/Resume: Use "Pause" to halt and "Resume" to continue.
  4. Stop: Click "Stop" to reset to the initial 25-minute session.
  5. Add Time: Click "Add 10+ Minutes" to extend the current session.
  6. Toggle Theme: Use icon to switch between light and dark modes.

Contributing

Fcos welcomes contributions to enhance its functionality and user experience. Here’s how you can get involved:

  1. Fork the Repository: Visit FCOSO and fork it.
  2. Clone Locally: Run the following command in your terminal:
    git clone https://github.com/elitsuv/fcos.git
  3. Make Changes: Edit HTML, CSS, or JS files to add features, fix bugs, or improve the design.
  4. Test Locally: Open index.html in a browser to verify changes.
    # No specific command needed, just open the file
  5. Commit & Push: Use the following commands:
    git add .
    git commit -m "Your message & Change ID - Eg [FCO - #21]"
    git push
  6. Submit a Pull Request: Open a PR on GitHub with a detailed description of your changes.

Guidelines: Keep it simple, maintain the black-and-white aesthetic, and ensure cross-browser compatibility. Use GitHub Issues for questions or suggestions.