Giter VIP home page Giter VIP logo

bugs's Introduction

logo

Andy portfolio project README

๐Ÿ“— Table of Contents

๐Ÿ“– [Portfolio]

Portfolio It is the first part of the creation "my portfolio"

๐Ÿ›  Built With

Tech Stack

Html file
  • this file contends all html code and font links and css links
Css file
  • this file help us to give the visual part to the htmls content
Liters
  • I use liters to help find error in the code

Key Features

  • [The liters that I use is it html and css]
  • [The html file was code it in html5]

(back to top)

๐Ÿš€ Live Demo

  • Coming soon...

(back to top)

๐Ÿ’ป Getting Started

This project was created how a first part of the portfolio

Prerequisites

In order to run this project you need:

  • Have a last version of your browser

Setup

Clone this repository to your desired folder:

Install

Install this project with:

you do not need install anything

Usage

To run the project, execute the following command:

for the moment this project do not need anything to execute

Run tests

To run tests, run the following command:

ctrl + shift + v (in visual studio code)

Deployment

You can deploy this project using:

Visual studio code

(back to top)

๐Ÿ‘ฅ Authors

Andres Zamorano Medina

๐Ÿ‘ค Author1

(back to top)

๐Ÿ”ญ Future Features

[I will created de movile version completed]

(back to top)

๐Ÿค Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

โญ๏ธ Show your support

If you like this project please feel fre to send me corrections for make it better I would feel glad to read your comments

(back to top)

๐Ÿ™ Acknowledgments

I would like to thank at every people on Microverse that made this possible.

(back to top)

โ“ FAQ (OPTIONAL)

  • [Can I use with a templeate your project?]

    • [Of course I would feel honored]
  • [Your project is free license?]

    • [Yeah, you can use it completly]

(back to top)

๐Ÿ“ License

this project is MIT licensed.

(back to top)

bugs's People

Contributors

dachrono avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

bugs's Issues

Potential Improvement and Bug Fix in the Code

Dear Andy,

I hope you are doing well! I reviewed the code you provided and I'm pleased to see the work you've done. The design looks great, and the overall functionality seems to be in place. However, while going through the code, I noticed an error and a potential improvement that I would like to discuss with you.

Firstly, let me congratulate you on the design and implementation of the cards in the "Works" section. The cards are generated correctly, and the right information is displayed. Excellent work!

Now, let's address the issues I found:

congrats

Bug: In the for loop at the end of the code, the variable i is not initialized correctly. Instead of let i; i < cardsInfo.length; i = 1, it should be let i = 0; i < cardsInfo.length; i++ to ensure the loop executes properly and the I values are incremented. This can be corrected as follows:

for (let i = 0; i < cardsInfo.length; i++) {
// Rest of the code...
}

Potential Improvement: In the popCard function, I noticed a reference to cardsinfo[index].description. However, in the cardsInfo object, the property is named description with a lowercase 'i'. Therefore, the reference should be cardsInfo[index].description to align with the data structure and display the description correctly in the popup window.

With these fixes and improvements, the code will work optimally, and all the cards will be generated correctly.

Keep up the good work, and feel free to reach out to me if you have any further questions or concerns. I'm here to assist you!

Best regards,
@clau

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.