A web app build with HTML, CSS, and JavaScript. It allow users to add a book title and and it's author. Content are rendered also dynamically.

Overview

Awesome books: with ES6

Description the project.

Built With

  • Major languages
  • Frameworks
  • Technologies used

Awesome Books In this project the featured section is implemented dynamically with Javascript.

Screenshot of project

Built With

  • HTML, JAVASCRIPT

Live Demo (if available)

Live Demo Link

Getting Started

**A week 1 of module Two '2' awesome books project.

To get a local copy up and running follow these simple example steps.

Prerequisites

  • A basic knowledge of html, and javascript

Setup

Download the zip file for repository and unzip it. You should have a code editor

please get your browser update. To get a local copy up and running follow these simple steps.

Run the command below from the terminal

  • git clone in your terminal
  • awesome-books
  • start index.html

Install

Install any code editor of you choice Install linters for Html, Css, and Javascript

Run tests

To run tests you can use the following commands For HTML you should run " npx hint . " on your terminal in root directory of project For Javascript you can run " npx eslint . on your terminal in the root directory of project

Deployment

N/A

Authors

👤 Author1

Evans Kupour

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Hat tip to anyone whose code was used
  • Thanks for Microverse for providing this platform.

📝 License

This project is MIT licensed.

NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.

Live Demo (if available)

Live Demo Link

You might also like...

Microverse Module 02 Project: This is education project that allow user to add desire books to the list and also delete books. It makes use of local storage to preserve the data on the web browser.Built with HTML, CSS, JavaScript

Project Demo Live Demo AWESOME BOOK PROJECT Project allow user to add desire books to the list and also delete books. It makes use of local storage to

Dec 3, 2022

A web app that allows users to add and/or remove a book. Built with JavaScript(ES6), HTML and CSS.

Awesome-Books-ES6 A web app that allows users to add and/or remove a book. Built with JavaScript(ES6), HTML and CSS. Live Preview Click here to view L

Oct 7, 2022

In this project, I built a basic website that allows users to add/remove books from a list using HTML/CSS to build the app and JavaScript to add functionalities. This project was organized using modules and ES6 syntax implemented.

Awesome books: with ES6 Description the project. Built With HTML CSS JAVASCRIPT Live Demo (if available) Live Demo Link Getting Started This is an exa

Sep 9, 2022

This project will be a basic website that allows users to add/remove books from a list. The main objective is to understand how to use JavaScript objects and arrays and dynamically modify the DOM and add basic events.

Awesome-books Awesome Books This project will be a basic website that allows users to add/remove books from a list. This project is part of the Microv

Oct 3, 2022

Awsome books website is a page that contains information about list of books with the title and author names.

Project Name Awsome_Books-ES6 Description the project. Awsome books website is a page that contains information about list of books with the title and

Oct 14, 2022

A single-page application that allow users to add their To Do items. The items could be checked as completed and the completed task can be removed. Built with JavaScript, HTML and CSS

To Do list Application This is a single page application that allows users to keep track of their tasks. Users can add the task and also check the che

Oct 14, 2022

Awesome books app is a basic website that allows users to add/remove books from a list. It is a single page app (SPA) which allow switching to different pages of the app without page load. Built with JavaScript.

Awesome Books ES6 In this project, I build a basic website that allows users to add/remove books from a list. using ES6 syntax and make it more organi

Jul 1, 2022
Comments
  • Awesome books: with ES6

    Awesome books: with ES6

    In this milestone the following activities were carried out:

    • Created a new directory and initialize it with git.

    • Use npm init -y command to create package.json file.

    • Create the entry point for your JavaScript code called index.js

    • Create an index.css file for your styles.

    • Create the main index.html file. Link your index.js and index.css files there.

    • Create a directory called modules.

    • Use ES6 syntax.

    • Divided the code into modules.

    • Refactored methods and functions to arrow functions.

    • Use let and const in the correct way.

    • Display the current date below the navigation bar.

    • Luxon library was use

    • Fix linters errors

    General requirements

    • Make sure that there weren't linters errors
    • Correct usage of git and GitHub flow
    • Professional documentation practices applied

    HTML/CSS requirements

    • Follow our list of the best practices for HTML & CSS

    JavaScript requirements

    • Followed our list of best practices for JavaScript
    opened by Doheera-kosi 0
Owner
Evans Kupour
Hello everyone | Evans Kupour here | A tech enthusiast and an Aspiring Full-Stack Software Developer. Available to new opportunities and new jobs.
Evans Kupour
This is a single page web application that keeps tracks of books. Book details captured are the book title, author and ISBN. User can add a book, view a list of books and also remove any un wanted books.

Project Name This is a single page web application that keeps tracks of books. Book details captured are the book title, author and ISBN. User can add

Olivier 6 Nov 20, 2022
AweSome Book App displays the book details entered by user and saves the information in Local storage. User can add and remove a book title/author to the library and from the library.

Awesome Book App with ES6 Used npm init -y command to create package.json file. Created the entry point for the JavaScript code called index.js Create

Krishna Prasad Acharya 8 Aug 15, 2022
Awesome Books is a basic website that allows users to add/remove books from a list (including the title and author). It has threee different sections: 1. books list, 2. add new book, 3. contact.

awesomeBooks-modules Awesome Books is a basic website that allows users to add/remove books from a list (including the title and author). It has three

Juan Diaz 6 Aug 26, 2022
The Bookstore is a website where the user can display a list of books, add a book by providing a title, an author, and selecting from the categories, and remove a selected book.

Bookstore The Book Store is a website where the user can display a list of books, add a book and remove a selected book. Microverse's Bookstore API wa

Virag Kormoczy 9 Jan 1, 2023
Awesome book with ES6, this project is build using HTML,CSS, JavaScript ES6 the project allows you to add books and save them with the author , for another time checks

Project Name Awsome books Description the project. adding books daynamiclly Built With Major languages Frameworks Technologies used Live Demo (if avai

Alzubair Alqaraghuli 5 Jul 25, 2022
This project is created to store the name of the book and the name of its author, build with JavaScript.

awesome-books A plain javascript project that can keep track of a list of books utilizing localStorage. See live demo Built With HTML CSS Javascript T

Shaqayq Darwazi 3 Jul 19, 2022
This is an app that displays a list of books, allow users add a book and remove a selected book.

BookStore This is an app that displays a list of books, allow users add a book and remove a selected book. Built With HTML CSS -React -Redux -JavaScri

ABDUL ALI 5 Jul 22, 2022