Skip to content

It's a simple book list app, where the user can add or remove books. Built with HTML, CSS , JavaScript and using ES6.

License

Notifications You must be signed in to change notification settings

meryemsanem/awesome-books-with-ES6

Repository files navigation

📗 Table of Contents

Awesome Booklist

This project is the first project of Module 2 of Microverse Full Stack Program. It's a simple book list app, where the user can add or remove books.

🛠 Built With

Tech Stack

Client

Key Features

  • Add books The user can add a new book to the book list.
  • Add books The user can remove any of the books they added to the list.
  • Persistent data The book list is persistent even when the user refreshed the page.

(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:

Setup

Clone this repository to your desired folder:

  cd desired-folder
  git clone https://github.com/meryemsanem/awesome-books.git

Install

Install this project with:

  cd awesome-books
  npm install

Usage

To run the project, open the HTML file in your browser.

To run the linters, run npx hint . and npx stylelint "**/*.{css,scss}" or npx eslint . from the root directory of the project.

Run tests

There are currently no tests in this project.

Deployment

This project is not currently deployed.

(back to top)

👥 Authors

👤 Meryem Sanem Küçükbayram

(back to top)

🔭 Future Features

  • Use JavaScript classes insead of plain objects

(back to top)

🤝 Contributing

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 contribute to it. You are also welcome to give it a star on GitHub.

(back to top)

🙏 Acknowledgments

I would like to thank Microverse for teaching and enforcing professional level practices.

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

It's a simple book list app, where the user can add or remove books. Built with HTML, CSS , JavaScript and using ES6.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published