Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shared Bookmarks

A web application for saving and sharing bookmarks.

This project is being developed as part of the Code Your Future Checkpoint module.

Prerequisites

  • Node.js (version 20+ recommended)

Installation

  1. Clone the repository:
git clone <repository-url>
  1. Open a terminal in the project directory.

  2. Install the project dependencies:

npm install

Running the application

Start the local server:

npx http-server

After the server starts, open the URL displayed in the terminal.

For example:

http://127.0.0.1:8080

Running the tests

Run all tests with:

npm test

A successful test run should display a passing result in the terminal.

Project Structure

shared-bookmarks/
├── src/
│   ├── script.js
│   ├── storage.js
│   ├── utils.js
│   └── validate.js
├── tests/
│   └── script.test.js
├── .gitignore
├── index.html
├── package-lock.json
├── package.json
├── README.md
├── style.css
└── TESTING.md

Team

  • Kris
  • Boualem

About

Group Project: Shared Bookmarks Website

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages