https://github.com/adenugbamichael/widgets
A widget application with a couple of different widgets put together to: expand and collapse content with accordion, show a search and display results, dropdown and a language translator app - built with react hook, semantic-ui, axios...
https://github.com/adenugbamichael/widgets
axios google-translate-api react semantic-ui wikipedia-api
Last synced: 2 months ago
JSON representation
A widget application with a couple of different widgets put together to: expand and collapse content with accordion, show a search and display results, dropdown and a language translator app - built with react hook, semantic-ui, axios...
- Host: GitHub
- URL: https://github.com/adenugbamichael/widgets
- Owner: adenugbamichael
- Created: 2023-03-14T07:40:38.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-19T21:30:38.000Z (about 2 years ago)
- Last Synced: 2025-01-24T21:31:58.810Z (4 months ago)
- Topics: axios, google-translate-api, react, semantic-ui, wikipedia-api
- Language: JavaScript
- Homepage: https://widgets-zeta-ruddy.vercel.app/
- Size: 764 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
---
# :pushpin: Table of Contents
- [Installation](#construction_worker-installation)
- [Usage](#pushpin-usage)
- [API](#computer-api)
- [Builds](#hammer-builds)
- [FAQ](#postbox-faq)
- [Found a bug? Missing a specific feature?](#bug-issues)# :construction_worker: Installation
### With Yarn
```bash
yarn add
```### With NPM
```bash
npm install
```# :pushpin: [Go to example](https://github.com/adenugbamichael/widgets/blob/master/src/App.js)
# :computer: API
## Initialization
---
## Return Values
- `onSelectedChange`: The items that are currently selected.
- `results`: The results with the status of `selected`. Refer to the [Usage].---
## Actions
- `debouncedText`
-
- `renderedOptions`- `translated`
-
- `renderedItems`# :hammer: Builds
-
-# :postbox: Faq
**Question:** What are the technologies used in this project?
**Answer:** The technologies and libraries used in this project are [React](https://en.reactjs.org/).
# :bug: Issues
## Learn More
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
To learn React, check out the [React documentation](https://reactjs.org/).
### Code Splitting
This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)
### Analyzing the Bundle Size
This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)
### Making a Progressive Web App
This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)
### Advanced Configuration
This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)
### Deployment
This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)
### `npm run build` fails to minify
This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)