In this project, I build a web app called 'Library' where the users can save a list of books with the title, author, number of pages, and if they have read it. The main object of this repo is to learn DOM(Document Object Model) manipulation with JavaScript along with objects and constructors.
You can try it here.
- HTML5,
- CSS3,
- Sass,
- Stylelint,
- Eslint,
- JavaScript,
- Semantic-Ui,
- Visual Studio Code
To get a local copy up and running follow these simple example steps.
Before you continue, be sure that you have installed:
- A Git GUI.
- An Integrated Development Environment.
- Chrome or Firefox. Internet Explorer is not supported.
To run the project:
- Clone the repository with Git.
- Open it with your IDE.
- Follow the instructions.
- The user can add new books to the table.
- User can remove books from the library.
Rossiel Carranza
- Github: @RossielCS
- Linkedin: Rossiel Carranza
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
- Fork this repository.
- Create a branch: git checkout -b <branch_name>
- Make your changes and commit them: git commit -m '<commit_message>'
- Push to the original branch: git push origin <project_name>/
- Create the pull request.
Give an ⭐️ if you like this project!
This project is MIT licensed.