Daily is a web application consolidating the customers' different exchange funds into one virtual wallet, and providing a means of payment for everyday use much like Apple Pay… But with crypto! The payments are processed in real-time into fiat currencies with the help of trading bots. This gives the user an ease of access to using their crypto without transferring it between exchanges or converting it to FIAT to make purchases.
git clone [email protected]:To-The-Moon-CodeX/front-end.git
yarn install
First, run the development server:
yarn dev
The page open on http://localhost:3000
- components: Custom components like buttons, textinputs
- containers/features: Features like sign up or sign in
- containers/frameworks: Navigation bar, centerer
- helpers: Reusable functions
- hooks: Custom hooks
- services: Communication with API
- pages: main screens
Example:
fix/button-component
feature/add-favorites
Example:
fix[24]: [description]
Example without issue number:
feature: [description]