reutby / credorax-assignment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convert number to english - client side web application

Project folder structure

alt text

Each component directory as well as the App directory contain the same folder structure. For example HistoryList component:

alt text

Project details

  • Using react.js version 18.14 for building the client-side web application.
  • Using the functional components and react hooks.
  • Using Material-ui components, makeStyle hook generator, and createMuiTheme for design and handle ui components.
  • Responsive design for mobile devices, iPad, and all in between...
  • All states are managed in the App component.

Instructions

  • Clone the repository to your local environment.
  • Use npm install or yarn install for installing all necessary libraries.
  • Use npm start or yarn start for running the application on local host port 3000.
  • Use npm run test or yarn run test for running all the unit tests.
  • Dark mode is highly recommended! :)
  • Enjoy :)

About


Languages

Language:JavaScript 89.4%Language:HTML 9.5%Language:CSS 1.1%