Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mcodex/react-timestamper
- Owner: mCodex
- Created: 2020-05-09T13:37:52.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-01T08:18:49.000Z (about 1 month ago)
- Last Synced: 2025-01-01T09:19:39.318Z (about 1 month ago)
- Topics: date-fns, jest, nextjs, pwa, reactjs, styled-components, timestamps
- Language: TypeScript
- Homepage: https://mcodex.dev/react-timestamper/
- Size: 13.6 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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/)