Skip to content

This is a Bookmarker Application created using Javascript and this repository helps you create a bookmark of popular Websites in your own Browser.

Notifications You must be signed in to change notification settings

prathamesh-borse/Bookmarker-Application-using-Javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bookmarker-Application-using-Javascript

Codacy Badge

This is an Bookmarker Application created using Javascript and this repository helps you create a bookmark of popular Websites in your own Browser..

Technology used : HTML,CSS and Javascript

Usage

Just Clone this repositry in your PC or Laptop or Download this project in your PC

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Site Bookmarker</title>

    <!-- Bootstrap core CSS -->
    <link href="css/bootstrap.min.css" rel="stylesheet">
    <link href="css/style.css" rel="stylesheet">
  </head>

  <body onload="fetchBookmarks()">

    <div class="container">
      <div class="header clearfix">
        <nav>

        </nav>
        <center><h3 class="text-muted">Bookmarker</h3></center>
      </div>

      <div class="jumbotron">
        <h2>Bookmark Your Favorite Sites</h2>
        <form id="myForm">
          <div class="form-group">
            <label>Site Name</label>
            <input type="text" class="form-control" id="siteName" placeholder="Website Name">
          </div>
          <div class="form-group">
            <label>Site URL</label>
            <input type="text" class="form-control" id="siteUrl" placeholder="Website URL">
          </div>
          <button type="submit" class="btn btn-primary">Submit</button>
        </form>
      </div>

      <div class="row marketing">
        <div class="col-lg-12">
          <div id="bookmarksResults"></div>
        </div>
      </div>

      <footer class="footer">
        <p>&copy; 2020 Bookmarker, Inc.</p>
      </footer>

    </div> <!-- /container -->

    <script
    src="https://code.jquery.com/jquery-3.1.1.js"
    integrity="sha256-16cdPddA6VdVInumRGo6IbivbERE8p7CQR3HzTBuELA="
    crossorigin="anonymous"></script>
    <script src="js/bootstrap.min.js"></script>
    <script src="js/main.js"></script>
  </body>
</html>

For detailed explanation, visite How To

$ [email protected]:viraldevpb/Bookmarker-Application-using-Javascript.git

Questions or Suggestions

Feel free to create issues here

About

This is a Bookmarker Application created using Javascript and this repository helps you create a bookmark of popular Websites in your own Browser.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published