Found 12 repositories(showing 12)
codingfishman
A tool to transform currency with Chinese format
ChiperSage
This function converts a number into words in the format of Chinese currency (CNY). The numberToWords function splits the decimal number into integer and fractional parts, calling convertInteger for the integer part and convertFraction for the fractional part.
BrianNjiruNyagah
convertion into the US, Indian, Chinese, and French currency formats.
LastCoderBoy
The code consists of formatting a given double-precision number representing an amount of money into different currency formats using the NumberFormat class in Java. Specifically, the goal is to convert the amount into the US, Indian, Chinese, and French currency formats and print the formatted values.
Megha-gbs
A Java program that converts a numeric amount into locale-specific currency formats for the US, India, China, and France.
jaybamroliya
Given a double-precision number, , denoting an amount of money, use the NumberFormat class' getCurrencyInstance method to convert into the US, Indian, Chinese, and French currency formats. Then print the formatted values as follows:
notanoobcoder
Given a double-precision number, , denoting an amount of money, use the NumberFormat class' getCurrencyInstance method to convert into the US, Indian, Chinese, and French currency formats. Then print the formatted values as follows: US: formattedPayment India: formattedPayment China: formattedPayment France: formattedPayment where is formatted according to the appropriate Locale's currency.
Given a double precision number, payment, denoting an amount of money, use the number format class getCurrencyinstance method to convert payment onto the US, Indian, Chinese and French currency formats. Then print the formatted values as follows:
ivyanalyst
Given a double-precision number, , denoting an amount of money, use the NumberFormat class' getCurrencyInstance method to convert into the US, Indian, Chinese, and French currency formats.
jaybamroliya
Given a double-precision number, , denoting an amount of money, use the NumberFormat class' getCurrencyInstance method to convert into the US, Indian, Chinese, and French currency formats. Then print the formatted values as follows:
thisisaina
Given a double-precision number, , denoting an amount of money, use the NumberFormat class' getCurrencyInstance method to convert into the US, Indian, Chinese, and French currency formats.
wealsegun
# Senior React Developer test # **Welcome to Scandiweb React Developer test assignment!** ## Overview This task will put you face-to-face to some common tasks in the world of React development and possibly will get you acknowledged with a bit of new technologies. You are be expected to fetch data from the GraphQL endpoint and to provide an interface to view and interact with this data. You can find the endpoint [here](https://github.com/scandiweb/junior-react-endpoint), along with instructions on how to launch it. The solution should get implemented as per design, which is available at [[this link](https://www.figma.com/file/MSyCAqVy1UgNap0pvqH6H3/Junior-Frontend-Test-Designs-Public?node-id=0%3A1)]. ## Before you start The provided endpoint is a (GraphQL -https://graphql.org/learn/) endpoint. If you are not familiar with GraphQL - don't worry, only entry-level functionality is utilized. You can use any GraphQL client, for example, our own minimalistic: (**Opus** - https://www.npmjs.com/package/@tilework/opus) or more widespread and heavyweight (**Apollo** - https://www.apollographql.com/docs/react/). The functionality should be implemented exactly as-per-design. Not necessarily pixel-perfect though. Pay close attention to all of the details, there should not be any noticeable mismatches between the designs and your implementation both in terms of design and functionality. Think about the implementable functionality in scale, as in a real-life project. What will happen if you have more than 4 products? The pagination is not expected though - it is not in the design. ## Toolkit requirements When selecting a toolkit for this assignment, following these guidelines is mandatory. ## Required: - React. Anything not written in React will be rejected automatically. This is a React position, we expect a React solution. - Class components. Due to our [work specifics]([https://docs.scandipwa.com/stack/override-mechanism/extending-javascript](https://docs.scandipwa.com/developing-with-scandi/override-mechanism/extending-javascript)) we utilize them heavily. - Create-react-app to scaffold the application. ## Allowed: - State management libraries (e.g. Redux, Recoil) - CSS-in-JS approach allowers (e.g. styled-components) ## Prohibited: - UI libraries (e.g. Tailwind, Material UI, Ant Design) - Functional components, due to the reasons described above. ## Functionality requirements - PLP - product listing page, a.k.a. category page - PDP - product description page, a.k.a. product page - Cart page + Cart overlay (minicart) ## Details See some more specific information on the main requirements below. Remember - if something is in the design, but is not explicitly described here or above, it should be implemented anyways. - Ability to add/remove products and change their amounts in cart - on the cart page itself, PLP and PDP should be provided. - For products that have various options (attributes) - the options should be selected. - The selected options of added to cart products should be visible in cart overlay and in cart page. - If an attribute is a swatch attribute (type = swatch), a representation of the value should be rendered on PDP and PLP, rather than text description (e.g. the color itself, not "Blue" or "0000FF") - Filtering products by category name for all of the categories from BE - The descriptions provided in HTML format should be parsed and presented as HTML, not as plain text - Ability to change the currency of the store to one of the available currencies ## Last, but not least If you have any questions about the assignment, feel welcome to contact us with your questions! ### **How to submit?** 1. Push your code to Github and send us the link to your repository that is shared with a user with **hr@scandiweb.com** email or you can keep it public as well. 2. You can either send an invitation link or send the repository link directly in email. When submitting your Github link, please make sure that the repository link has your Name and Surname that you applied with in it! 3. **Make sure your repository is public so our evaluators could see it!** Have any questions? Please check out our Frequently Asked Questions page! [❓React Developer test - FAQ/frequently asked questions (1)](https://www.notion.so/8b0feb4481a549bc81f6be9826902125) # Good luck!  *Well, we just looked up some random image in Unsplash for "good luck" and here it is, the Chinese dragon!*
All 12 repositories loaded