Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vanilla JS Calculator app #1356

Merged
merged 5 commits into from
Sep 29, 2022
Merged

Vanilla JS Calculator app #1356

merged 5 commits into from
Sep 29, 2022

Conversation

ankur700
Copy link
Contributor

Problem

-Repeated code for displaying contributors.
-No way of searching contributors.

Solution

-Save contributors list in an array of objects and implemented a loop to render the list of contributors.
-Implemented a simple search using the array.

Changes proposed in this Pull Request :

  • 1.implemented a loop to display contributors.
  • 2.Implemented a search input and update dom on keyup event.
  • ..

Other changes

-Calculator app in vanilla js.

@ankur700 ankur700 changed the title Ankur Vanilla JS Calculator app Sep 29, 2022
@fineanmol fineanmol merged commit 49db8af into fineanmol:master Sep 29, 2022
@fineanmol fineanmol added enhancement New feature or request hacktoberfest-accepted Accept for hacktoberfest, will merge later labels Sep 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest-accepted Accept for hacktoberfest, will merge later
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants