A web application for saving and sharing bookmarks.
This project is being developed as part of the Code Your Future Checkpoint module.
- Node.js (version 20+ recommended)
- Clone the repository:
git clone <repository-url>-
Open a terminal in the project directory.
-
Install the project dependencies:
npm installStart the local server:
npx http-serverAfter the server starts, open the URL displayed in the terminal.
For example:
http://127.0.0.1:8080
Run all tests with:
npm testA successful test run should display a passing result in the terminal.
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
- Kris
- Boualem