Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 654 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 654 Bytes

Downtown

About

App to display remaining time. Just like another timer.

Initial purpose why I built this is for show to examinee how much time left in course exam. I'm doing that as laboratory assistant.

Built with:

  • React + Typescript, i think this is my common stack now
  • Hooks for state management, i'm doing experiment with useContext + useReducer and it works well!
  • Aphrodite for styling, because in my previous internship (Dekoruma) I'm using react native and this library gave me same vibe
  • Splitbee for analytics

Usage

  1. Clone this repo
  2. Install dependencies yarn
  3. Run aplication yarn start
  4. Deploy it yarn deploy