Giter Site home page Giter Site logo

baby-names-react's Introduction

Hi there ๐Ÿ‘‹

I'm Meisam Erwin Zarghani ๐Ÿง‘โ€๐Ÿ’ป

๐Ÿ“˜ Linkedin ๐Ÿ“ช Email ๐Ÿ–ฅ๏ธ Personal web.

I am a quick learner and easily adapt to different hats (Full Stack Web Developer ๐ŸŒ, Software Developer ) depending on what the project requires. I love exploring new tech stack ๐Ÿ’ป and leveraging them to build cool stuffs ๐Ÿ› ๏ธ.

๐Ÿง More About Me:

  • ๐Ÿ”ญ Iโ€™m currently working on React Framework.
  • ๐ŸŒฑ Iโ€™m currently learning Artificial Intelligent.
  • ๐Ÿ’ป Most of my work are available on [GitHub].
  • ๐Ÿ’ฌ Ask me about anything tech related, I am happy to help.
  • ๐Ÿ“ซ Feel free to ping me on LinkedIn.
  • ๐Ÿ“š When I am free, I love to play Guitar ๐ŸŽธ.

๐Ÿ”จ Languages and Tools:

  • JavaScript
  • Node JS
  • CSS & SCSS
  • HTML5
  • MongoDB
  • SQL Server
  • PHP
  • SAPUI5
  • SAP HANA

Loc ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ

Gif

baby-names-react's People

Contributors

erwin6997 avatar

Watchers

 avatar

baby-names-react's Issues

Active gender button doesn't appear active

According to the exercise,

The buttons should operate as "radio" buttons - exactly one should be active at any time.

The app should make it clear which filter is in effect.

Something as subtle as in the exercise example would do:

level-4

Clicking on <All> removes all the names

Instead, all the names (that are filtered by the input box) should be shown.

const All = (props) => {
const imageClick = () => {
props.setBabyName (props.data.filter( item => item.sex === 'f' && item.sex === 'm'))
}
return (
<div>
<img className="icons" src='https://f0.pngfuel.com/png/371/784/two-baby-girl-and-boy-illustration-png-clip-art.png'
onClick = {() => imageClick()} height="80" alt=''>
</img>
</div>
)
}

Favourite names reappear sometimes

How to reproduce the bug:

  1. Click on a name "Aashi", the name is marked as favourite
  2. Click on the All or Female gender button, "Aashi" appears back in the list of (non-favourite) names. Same happens if you search by "Aashi" instead.

Screenshot_2020-06-14_at_10_09_12

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.