acharraggi / timepirati

A time tracking app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TimePirati

This is a little side project to build a time tracker.

The frontend is now live at TimePirati hosted at Amazon S3 with a CloudFront distribution.

The backend will be Amazon AWS serverless services like Lambda and DynamoDB. The client will make use of CSS Modules with React and webpack.

Converted to single page app with React Router Dom. Eventually it will be a progressive web app. Uses ES6 javascript with Standard Style formatting.

Unit tests in Jest and Enzyme.

Status

The timer works and continues even if laptop sleeps or hibernates. Stores timer, project/task, user info to localStorage so it survives page refreshes/reloads. User Sign Up, Sign In and Sign Out pages added and linked to Cognito for authentication.

About

A time tracking app


Languages

Language:JavaScript 97.0%Language:CSS 1.8%Language:HTML 1.3%