jevazquezb / Awesome_books_es6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Awesome books: Using ES6

We built a book library using JavaScript classes, localStorage, modules and ES6 syntax.


screenshot


screenshot

Built With

  • HTML, and JavaScript.
  • GitHub

Live Demo

(Not available)

Getting Started

This will be included in our portfolio

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

Step 1:

Go to the repo (https://github.com/jevazquezb/Awesome_books_es6) and click on the <>Code tab.

Step 2:

Below the <>Code tab, it will be a button that allows you to choose any of the branches of the repository you're interested in (it is commonly set by default to the "master" or "main" branch). Each branch may contain different files and changes to the repo. If you are not sure which one to choose, select the "master" branch.

Step 3:

Go and click on the right green button with the "code" tag. Be sure to copy any of the https or the SSH links.

Step 4:

Open the terminal in your computer. To do that, you need to type in the search bar "cmd" for Windows or "terminal" if you are using Línux or macOS.

Step 5:

Go to the directory where you want to "pull" (download) the repo. If it doesn't exist, create it. Example: cd Documents/Microverse/Module_1/. You can create a folder manually and then go to it in the terminal using the cd command.

Step 6:

Once you get into your directory, type in the terminal: git clone https or git clone SSH, and then press enter. Example: git clone git@github.com:jevazquezb/Awesome_books_es6.git

Step 7:

Ready to work?⛏️ You're all set to explore and change the repo locally (on your computer).

Author

👤 Jesús Vázquez

🤝 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

  • Stackoverflow!!!
  • Inspiration.
  • etc.

📝 License

This project is MIT licensed.

About


Languages

Language:JavaScript 97.6%Language:CSS 1.3%Language:HTML 1.1%