Skip to content

This is my first basic front-end website project that I've learned and submitted @dicodingacademy and have been deployed to this link below πŸ‘‡

License

Notifications You must be signed in to change notification settings

ubbadahala/bookshelfApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

44 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

bookshelfApp

This is my basic front-end website project that I've learned and submit at dicoding.com The course that I took there is about "Learn to Create Front-End Web for Beginners".

Inside this repository, there is an HTML file along with CSS and JavaScript files that are used to build this website.


Talking about the website πŸ’β€β™‚οΈ this project is built for managing book data like a bookshelf. In this site, you can do some stuffs like

  • βœ… Add book info (title, author, year, and page),
  • πŸ“ Edit book info, and
  • ❌ Remove book info.

Don't need to worry about losing the data when you close the tab browser or the browser itself since this website use localStorage in the JavaScript code to store your data.

So, may this repository could inspire you if you're planning to build a similar website. Enjoy the web and have a great day! πŸ˜„

How This Project Looks Like

Simply fork this repository and download the file inside. After that run the following command inside the project directory

  • npm install to install the dependencies
  • npm run build to build the entire project to become final product
  • npm run start-dev to build the entire project in development environment

Website Snapshot

snapshot bookshelfApp

About

This is my first basic front-end website project that I've learned and submitted @dicodingacademy and have been deployed to this link below πŸ‘‡

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors