GithubHelp home page GithubHelp logo

awesome-books's Introduction

Hello πŸ‘‹, I am ✨Yen✨

Remote Full-stack web developer ready for an awesome adventure ahead

ABOUT ME

const themonster2015 = {
  lookingFor: "Front-end developer" || "Full-stack web developer",
  pronouns: ["she", "her"],
  code: [JavaScript, React, Redux, Ruby on Rails,CSS, SQL, HTML/CSS, Semantic UI, Bootstrap],
  askMeAbout: [Vietnam, New Age topics, web development],
  challenge: "I am improving my resilience level",
  funFacts: ['I have 8+ years of remote work experience as a freelance writer and also did some digital marketing on the side', 
  'I can't live without good coffee']
}

Connect with me:

www.linkedin.com/in/jen-vo-89bbb74b/ themonster2015.github.io

Languages and Tools:

bootstrap css3 html5 javascript nodejs rails ruby sass webpack

awesome-books's People

Contributors

themonster2015 avatar

Watchers

 avatar  avatar

awesome-books's Issues

Suggested Changes

Great Job, Yen:+1:

However, we have some suggestions for you.

No 1.

We suggest you be consistent in your DOM API methods. You can stick to either:point_down:

document.getElementById()

OR:point_down:

document.querySelector()

Your Code

awesome-books/app.js

Lines 1 to 4 in 30a6a3b

const title = document.getElementById('title');
const author = document.getElementById('author');
const addBtn = document.getElementById('addBtn');
const booksList = document.getElementById('booksList');

this.delBtns = document.querySelectorAll('.delete');

We advise you to use only class attributes in your HTML files except where it is unavoidable to use id attribute. With this, you can stick to using 'querySelector' DOM API method in your js file.

Read this:point_down:

reasons not to use ids

No 2.

Please add a live link to the merged version (the main branch)

Happy Coding:tada:

Update your live link

  • Space your HTML elements out, you could use margins for that, the h1, the display table, and input fields need some spacing on the top and bottom
  • Align your date and time with the navigation bar.

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.