Code Monkey home page Code Monkey logo

animals-sounds-like's Introduction

Getting Started

npm install
npm run dev

Open http://localhost:3000 with your browser to see the result.

Requirements

UI/UX

  • The UI should look like the mockup in /mocks.
  • Clicking the "Make Noise" button should cause the noise to be displayed briefly and fade away.

Delete Button

  • Add a "Delete" button to the right of the "Make Noise" button
  • The delete button should only show when you hover on an animal
  • The delete button should remove the animal from the list

Add Button

  • Add an "Add" button below the last animal
  • The add button should create a random animal

React.Context

  • Move the animals into a React.Context, instead of passing as as prop to AnimalsView

Project Docs ๐Ÿ“–

Project structure ๐Ÿ‘จโ€๐Ÿ”ง

  • Use Atomic design to organize and maintain this project
  • Use the Angular Commits Guide Line to lint the commit message, for more information, click on this link.

Points of improvement ๐Ÿ›‘

  • The animation at animal name that's currently wrongly toggling the visibility, but this behavior can be easily fixed by creating a custom animation at the tailwind.config.js file
  • The random animal creation feature would be better using a pool of animals and their sounds to create the whole animal object randomly.
  • There's a warning at the console about the title tag it's placed on the _document file, the solution it's on this link

animals-sounds-like's People

Contributors

guimoraesdev avatar

Watchers

 avatar

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.