TLDR: Set a stopwatch for each session, keep a log, and review your progress to improve productivity over time.
Tune into distraction free productivity.
Jump to Project Source »
View Demo
·
Report Bug
·
Request Feature
I've built se:ss:ion to help track my study and work sessions. I got this idea when my trusty old Casio F-91W which I used for 14 years finally kicked the bucket and I thought of logging my time on online tools but couldn't find one that I liked. Decided to make one on my own as a weekend challenge.
- Progress Heatmap to track your sessions through months and years to flex (IN PROGRESS)
- Ability to add tags to your sessions like Work, Study, Brainstorming, etc (IN PROGRESS)
- Publlic sharable profiles (BACKLOG)
- More themes (The current two themes are pretty boring) (BACKLOG)
- Session Stopwatch: Start, pause, and reset timers for study/work sessions.
- Session Logs: Automatically logs each session's duration for future reference.
- JWT Authentication: Secure login and session management with JSON Web Tokens.
- Responsive UI: Built using React and Redux for a smooth user experience.
- Backend API: Fast and efficient backend powered by Fastify and Node.js.
- PostgreSQL Database: Robust and scalable data storage.
- Framework: Node.js with Fastify
- Database: PostgreSQL
- Authentication: JWT (JSON Web Tokens)
- Framework: React
- State Management: Redux
- Styling: Tailwind CSS
- Node.js v20+
- PostgreSQL
- npm or yarn
- node version manager - nvm
-
Clone the repository:
git clone [...](https://github.com/KaProDes/se-ss-ion.git) cd se-ss-ion
-
Install dependencies:
nvm use && npm install
-
Configure environment variables:
- Create a
.env
file in the/backend
directory. - Add the following variables:
DB_CONNECTION_STRING=YOUR_POSTGRES_CONNECTION_STRING JWT_SECRET=YOUR_JWT_SECRET
- Create a
-
Run database migrations:
npm run migrate
-
Start the backend server:
npm run dev
-
Navigate to the frontend directory:
cd ../frontend
-
Install dependencies:
nvm use && npm install
-
Start the frontend development server:
npm run dev
- The frontend will be generally running on
http://localhost:5173
. - The backend API will be usually available on
http://localhost:3001
.
- Sign up/Login: Use our simple JWT based authentication to create and manage your account.
- Start a Session: Set a stopwatch to track your study or work session.
- Session Logs: View your past sessions to monitor your productivity.
Feel free to fork this repository, create a new branch, and submit pull requests. All contributions are welcome!
For Feature Requests, you can open up a new thread on this Repo or add issues.
This project is licensed under the MIT License. See the LICENSE file for details.
Built over a weekend at 📍 18°40'30.0"N 73°29'10.0"E by Kapil P Deshmukh.