Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mcodex/react-timestamper

A PWA which converts unix timestamp into date
https://github.com/mcodex/react-timestamper

date-fns jest nextjs pwa reactjs styled-components timestamps

Last synced: 25 days ago
JSON representation

A PWA which converts unix timestamp into date

Awesome Lists containing this project

README

        

# react-timestamper ⏰

![Node.js CI](https://github.com/mCodex/react-timestamper/workflows/Node.js%20CI/badge.svg)

## 👨‍💻Motivation

The project was built because my pipelines generate build version using timestamps and sometimes I need to convert it into date time for many reasons. So, I decided to create this simple PWA for front-end studying purposes using Typescript and TDD.

## 📚Libraries

* [Styled Components](https://styled-components.com/)
* [Date FNS](https://date-fns.org/)