Coder Social home page Coder Social logo

luigirazum / mv-pokeapp Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 2.0 1.73 MB

This is a Single Page WebApp (API based) that show information about your favorite Pokemon, you can Like, Comment and even Reserve it for your next tournament.

License: MIT License

HTML 2.15% JavaScript 71.41% CSS 26.44%
api-rest dom-manipulation es6-modules gitflow-workflow html-css-javascript

mv-pokeapp's Introduction

Displays the heading with different colors for light/dark theme.
Exploding Head

"Watching your code come to life as a fully functional and
useful application is one of the best feelings in the world."

@luigirazum

duck showcase matrix style
Writing Hand Developer Quotes Dev Quote Card
Eyes luigirazum

Thumbs Up Glad to see you here.

I'm a passionate coder and a clean code enthusiast who is always looking to improve. I like to learn new things from others as much as helping others solve their problems.

Waving Hand A bit about me

  • Student Currently studying at Microverse to become a Full-Stack Software Developer.
  • Man Raising Hand You can reach me at [email protected].
  • Rocket All of my projects are listed in my portfolio or you can browse through the repositories
  • Bug Do you have an issue with one of your projects? Let's put our minds together.
  • Crystal Ball Ask me about anything (I'll google it anyway).
  • Man Detective Looking forward to new oportunities.
  • Star Make it count and give a star to any of my projects (it's free).
  • Speaking Head If you see something wrong, suggestions and feedback are welcome.
  • Grinning Cat Fun fact: My peers say I'm fun to work with.

Call Me Hand Get in touch

linkedin twitter gmail


Technologist What do I use to code?

Package Languages & Frameworks

html5 css 3 javascript bootstrap markdown webpack jest react js

Laptop My Development Environment includes

microsoft windows linux ubuntu windows terminal git github visual studio code figma npm yarn microsoft edge


Person Tipping Hand GitHub Statistics

Bar Chart See my activity



Clown Face Joke of the day

You're already here, let's have some fun.
Man Shrugging Show me Jokes Card

Folded Hands
Thank you! for visiting my profile gh profile.
If you would like me to try something new, please, star and fork this repositories repository.
Also you can show Sparkling Heart by star any other of my repositories.

mv-pokeapp's People

Contributors

cilfonegabriel avatar luigirazum avatar pierrebarba avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

mv-pokeapp's Issues

Percentage margins

๐Ÿ‘ Well done on the project!

I couldn't find any major issues. You have:

โœ”๏ธ Followed JavaScript best practices
โœ”๏ธ There were no linter errors
โœ”๏ธ The code is clear and easy to understand.

However, I would like to suggest following some CSS best practices:

โš ๏ธ Avoid using percentage margins and negative margins throughout your code as it can make it difficult to create a responsive layout.
โš ๏ธ Also, reconsider usage percentage border radius in some parts of your code. You don't want to use it unless you want radius to be responsive to the size of the element. This behavior is something you might not want in elements such as buttons, where you want a fixed radius instead.

Let me know if you have any questions. Happy coding! ๐Ÿ’ป

[0.5pt] Find external API - group task

Find an API to base the development of the webapp around it. The API should allow you to

  • Get a list of items with a unique item id (or generate the unique id).
  • For a given item, get detailed information about it.
    choose an APIs that doesn't need authentication. if you select an API that requires authentication, you should implement it on your own. Also, if you select an API that provides image resources your webapp will be more visual.

Peer to Peer: Code review

Highlights โœ”๏ธ

  • Good overall design
  • Page loads data from the API correctly
  • Descriptive PR and commit messages
  • Followed GitFlow

Suggested Changes โ™ป๏ธ

There were no significant errors, but the design has the potential for small detail changes to make it awesome:

  • The image in the description popup is a little to the left, kindly try to align it to the center
  • The details in the reservation popup are a little bit too close for the overall design, kindly try to adjust the padding and margin to make it stand out

Hope these suggestions help you. Keep up the good work team have a great day! ๐Ÿ˜„

[4pt] -Display Comments pop up with selected item's details - Student B

Create a comments popup only with the top section (displaying details of the selected item)

Screenshot 2021-06-27 at 22 10 45

When the popup loads, the webapp retrieves data from the selected API and shows details about the selected item.

Add event to button prepared by your teammate that will open your popup. You need to communicate with your team member to make sure that you do not block each other (most likely the easiest solution is to merge the list of items feature to the dev branch before you try to add that event).

Normalize general styles

  • Fix styling issues for the different cards used in the project.
  • Normalize styling for the popup windows (description/reserve).
  • Add styles for the navbar and footer.
  • Add some transitions and/or animations.

[4pt] - Display list of items on the Homepage - Student A

Create the main part of the homepage that keeps the layout from the wireframe:

Screenshot 2021-06-27 at 21 50 23

When the page loads, the webapp retrieves data from the selected API and shows the list of items on screen with the basic data (e.g. title + image).

Prepare also "Comments" and "Reservations" buttons. They should be doing nothing - just being displayed.

This task does not include displaying the number of likes for each item.

This task does not include the counter of the items.

[3pt] - Add reservations counter - Student C

Even if the API gives you the number of reservations you will create a specific function to calculate it.

Make sure that the correct number is displayed on the Reservations pop up.

Respect the following rules:

  • Each counter should be implemented as a separate module.
  • A counter function should look for specific DOM elements (e.g. for the comments counter it should look for comments) and make the counting based on what is actually displayed on the page.
  • A counter function should cover all the edge cases you can think about.

[4pt] - Display Reservations pop up with selected item's details - Student C

Create a reservations popup only with the top section (displaying details of the selected item)

Screenshot 2021-06-27 at 22 10 45

When the popup loads, the webapp retrieves data from the selected API and shows details about the selected item.

Add event to button prepared by your teammate that will open your popup. You need to communicate with your team member to make sure that you do not block each other (most likely the easiest solution is to merge the list of items feature to the dev branch before you try to add that event).

[3pt] - Add all items counter on the Homepage - Student A

Even if the API gives you the number of items, you will create a specific function to calculate it.

Make sure that the correct number is displayed on the Homepage.

Respect the following rules:

  • Each counter should be implemented as a separate module.
  • A counter function should look for specific DOM elements (e.g. for the comments counter it should look for comments) and make the counting based on what is actually displayed on the page.
  • A counter function should cover all the edge cases you can think about.

[3pt] - Add comments counter - Student B

Even if the API gives you the number of comments you will create a specific function to calculate it.

Make sure that the correct number is displayed on the Comments pop up.

Respect the following rules:

  • Each counter should be implemented as a separate module.
  • A counter function should look for specific DOM elements (e.g. for the comments counter it should look for comments) and make the counting based on what is actually displayed on the page.
  • A counter function should cover all the edge cases you can think about.

Set Up Your Kanban Board

Hi โœŒ๐Ÿฝ reviewer for this activity my colleagues and I, we made the configuration of the Kanban Board, all suggestions are welcome, have a great day

We are three in the Team

@cilfonegabriel
@luigirazum
@PierreBarba

link to the repository

https://github.com/luigirazum/mv-pokeapp

workflow

  • create the repository
  • We follow the steps to copy the project table
  • We follow the steps to download the cards with the project activities
  • we assign the activities to each participant
  • we review details.

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.