Skip to content

Using HTML, CSS, and JavaScript, a web application has been created that enables users to input both the title and author of a book. The content on the page is dynamically rendered.

License

Notifications You must be signed in to change notification settings

Masouma864/Awesome-Books-ES6

Repository files navigation

Awesome-Books-ES6

This is a project I created using HTML,CSS and js. Using ES6 syntax and modularizing some functionalities of awesome books project.

Built With

  • HTML
  • CSS
  • JS

Get Started

To get the content of this project locally you need to run the following commands in your terminal.

Live Demo

Live Demo

Prerequisites

  • IDE(code editor) like: Vscode, Sublime, etc.
  • Git

Setup

  1. Download the Zip file or clone the repo with:
git clone https://github.com/Masouma864/Awesome-Books-ES6.git
  1. To access cloned directory run:
cd Awesome-Books-ES6
  1. Open it with the live server

Install

To install linters and other project's dependencies run:

npm install

Run Test for Linters

For tracking linter errors locally you need to follow these steps:

  1. For tracking linter errors in HTML files run:
npx hint .
  1. For tracking linter errors in CSS or SASS files run:
npx stylelint "**/*.{css,scss}"
  1. For tracking linter errors in JavaScript files run:
npx eslint .

Author

👤 Masouma Modarresi

Masouma Modarresi

GitHub LinkedIn

Show your support

Give a ⭐ if you like this project!

📝 License

This project is MIT licensed.

About

Using HTML, CSS, and JavaScript, a web application has been created that enables users to input both the title and author of a book. The content on the page is dynamically rendered.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published