Code Monkey home page Code Monkey logo

awesome-library's Introduction

๐Ÿ“— Table of Contents

๐Ÿ“– Awesome books

In this project, We will take the Awesome books application and convert it into a fully functional website. We will refactor the project to add three new sections on top of the two sections you have already completed: Books list (done), Add book form (done), a new Contact info section, a Navigation bar, and a Footer. We will be using them in all Microverse projects and most likely in my future job as well, so it is important to know them!

๐Ÿ›  Built With

Tech Stack

Client
Server
  • N/A
Database
  • N/A

Key Features

  • Follow a correct Gitflow
  • Comply with linters
  • DOM events with Javascript
  • Javascript events
  • Use objects to store and access data
  • Use localStorage
  • Create class methods to add and remove books
  • Use a navigation bar

(back to top)

๐Ÿš€ Live Demo

(back to top)

๐Ÿ’ป Getting Started

To get a local copy up and running, follow these steps:

Prerequisites

In order to run this project you need:

โœ… Github account
โœ… Visual Studio Code installed
โœ… Node.js installed
โœ… Git Bash installed (optional)

Setup

Clone this repository to your desired folder:

  cd [my-folder]
  git clone [email protected]:eamador1/awesome-library.git

(back to top)

๐Ÿ‘ฅ Authors

Erwin Amador

Damian Dib Bustros

(back to top)

๐Ÿ”ญ Future Features

  • Use libraries and frameworks

(back to top)

๐Ÿค Contributing

๐Ÿ‘ค Collaboration:

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 you can follow me on Github.

(back to top)

๐Ÿ™ Acknowledgments

I would like to thank all Microverse staff and my coding partners as well.

(back to top)

โ“ FAQ

  • What is a Linter?

    • Linter is a tool that analyzes source code to flag programming errors, bugs, stylistic errors, and suspicious constructs.
  • What is meant by Gitflow?

    • Gitflow is an alternative Git branching model that involves the use of feature branches and multiple primary branches.
  • What is DOM?

    • The Document Object Model (DOM) is the data representation of the objects that comprise the structure and content of a document on the web.

(back to top)

๐Ÿ“ License

This project is MIT licensed.

(back to top)

awesome-library's People

Contributors

damiandib9 avatar eamador1 avatar

Stargazers

Claudia  P. R. Soto avatar Nitcelis (Carmen) Bravo A. avatar

Watchers

 avatar

awesome-library's Issues

Potential Bug: Duplicate Class Names for Input and html Elements

Hello @eamador1 ๐Ÿ‘‹

Great job! Keep up the good work. ๐Ÿ˜Ž๐ŸŽ‰

Highlights

  • Implements basic structures correctly โœ…

Issue:

There appears to be a potential issue in the code. Both the input box and the <h6> element share the same class named "title". Similarly, there is another input box and <h6> element with the class "author". This duplication of class names might lead to a bug or unintended behavior in the JavaScript code, as it could cause confusion when referencing these elements in the script.

Possible Solution

To address this, consider using distinct and descriptive class names for each element or alternatively, utilize unique IDs for the tag elements. This will help avoid any potential conflicts or errors and enhance the clarity of your code.

Cheers and Happy coding!๐Ÿ‘๐Ÿ‘๐Ÿ‘

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.