Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emanuelefavero/frontend-problems
This repo contains a list of frontend problems that I have encountered and solved
https://github.com/emanuelefavero/frontend-problems
bfe-dev frontend javascript problems
Last synced: 13 days ago
JSON representation
This repo contains a list of frontend problems that I have encountered and solved
- Host: GitHub
- URL: https://github.com/emanuelefavero/frontend-problems
- Owner: emanuelefavero
- License: mit
- Created: 2024-01-28T08:13:09.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-26T20:04:40.000Z (6 months ago)
- Last Synced: 2024-06-27T00:27:08.209Z (6 months ago)
- Topics: bfe-dev, frontend, javascript, problems
- Language: TypeScript
- Homepage:
- Size: 122 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Frontend Problems
This repo contains a list of frontend problems that I have encountered and solved
> You can find many of these problems on [BFE.dev](https://bfe.dev) and [Leetcode](https://leetcode.com/problemset/all/)
## Usage
Feel free to browse the solutions and explanations for each problem. You can clone this repository to your local machine to access the code and run it as needed.
> Note: Contributions and feedback are welcome!
## Contents
### JavaScript Questions
- [A number sequence](./javascript/a-number-sequence.js)
- [Implement classNames](./javascript/implement-classnames.js)
- [Virtual DOM II - createElement](./javascript/virtual-dom-ii-create-element.html)
- [Remove Duplicates From Array](./javascript/remove-duplicates-from-array.js)
- [Implement Math.sqrt](./javascript/implement-math-sqrt.js)### React Questions
- [useTimeout](./react/app/use-timeout/page.tsx)
- [Counter](./react/app/counter/page.tsx)## License
- [MIT](LICENSE.md)