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
- Clone this repo
- Install dependencies
yarn
- Run aplication
yarn start
- Deploy it
yarn deploy