Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/meltrust/boox

Basic website that allows users to add/remove books from a list. This is achieved that by using JavaScript objects and arrays. Also, the DOM is dynamically modified with basic events.
https://github.com/meltrust/boox

Last synced: 25 days ago
JSON representation

Basic website that allows users to add/remove books from a list. This is achieved that by using JavaScript objects and arrays. Also, the DOM is dynamically modified with basic events.

Awesome Lists containing this project

README

        

# Boox

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

![screenshot](./assets/img/app_screenshot.png)

This is achieved by using JavaScript objects and arrays. Also, the DOM is dynamically modified with basic events.

## Live Demo

https://meltrust.github.io/boox/

## Built With

- Plain Javascript
- HTML5

## Future Updates & Roadmap:

- Refactor to classes

## Getting Started

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

1. Under the repository name, click the Clone or download green button.

![clone](https://user-images.githubusercontent.com/53324035/73660989-4451aa80-4667-11ea-8a89-176f89d6548a.png)

2. Copy the URL given by clicking the clipboard button

3. Open a terminal window in your local machine and change the current directory to the one you
want the clone directory to be made.

4. Type git clone and the paste the URL you previusly copied to the clipboard

5. Change the current directory to the newly created folder

6. Now open the index.html file on your browser. You can add and remove books which persist on browser reloads.

## Author

👤 **Miguel Tapia**

- Github: [@meltrust](https://github.com/meltrust)
- Linkedin: [linkedin](https://www.linkedin.com/in/meltrust/)
- Or talk to me directly at: [email protected]

## 🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the [issues page](issues/).

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments

- Hat tip to anyone whose code was used
- Inspiration
- etc

## 📝 License

This project is [MIT](lic.url) licensed.