Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)