Giter Site home page Giter Site logo

mv-awesomebooks's Introduction

Mv-AwesomeBooks

Basic website that allows users to add/remove books from a list.

Live Preview

Live Preview

Built With

  • HTML
  • CSS
  • JAVASCRIPT

  • Webhint
  • Stylelint
  • ESLint
  • Lighthouse

Prerequisites

If you haven't yet, you should first set up Git. Don't forget to set up authentication to GitHub.com from Git as well.

Usage

  • Clone the repository
    • Above the list of files, click ↓Code
    • Clone with HTTPS
    • Open Terminal
    • Change the current working directory to the location where you want the cloned directory
    • Type git clone, and then paste the URL you copied earlier
    • Press Enter. Your local clone will be created

OR

  • Fork the repository
    • In the top-right corner of the page, click Fork
    • Work in the forked repository

Author

πŸ‘€ J. Luis Arredondo

πŸ‘€ Godwin Nwachukwu

  • GitHub: @Gnwin
  • Twitter:
  • LinkedIn:

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to get in touch with any issues or suggestions.

Show your support

Give a ⭐️ if you like this project!

πŸ“ License

This project is MIT licensed.

mv-awesomebooks's People

Contributors

retky avatar gnwin avatar

Stargazers

 avatar Have Samuel Kabareebe avatar JudΓ‘ Teixeira avatar Juan Sebastian Sotomayor avatar

Watchers

 avatar

mv-awesomebooks's Issues

Change the colors using CSS

bDiv.classList.add('gray');

I advise you to use CSS instead of JS to change the colors of odd lines, so that it updates in real time when you remove an object. You can use 'nth-child'. Something like this:

.(name of your container):nth-child(odd) {
  background: (The color you want) ;
}

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.