An open API service indexing awesome lists of open source software.

https://github.com/evanlei-git/web-assignment-2024

Uni-Assignment, had to create a virtual library where i can register and search for a book using simple js and SQLite
https://github.com/evanlei-git/web-assignment-2024

assignment javascript libray

Last synced: 6 months ago
JSON representation

Uni-Assignment, had to create a virtual library where i can register and search for a book using simple js and SQLite

Awesome Lists containing this project

README

          

# web-assignment-2024

If you are interested you can [Click Here](https://rawcdn.githack.com/EvanLei-git/web-assignment-2024/17f59dc41f48035a8351757492fd57dbeaabcf00/public/index.html) to look at the site's interface!

## How to Run
```
$ npm i
$ npm start
```

> Runs on localhost:3000

## Browsers
Tested on
- Brave (Chromium-based)
- Firefox

## SQL Tests (Data Already Loaded)

1. Author: Ellery Fink

- Book: The Quantum Circus
- Genre: Science Fiction
- Price: 47

2. Author: Thalia Mercier
- Book: Whispers in the Fog
- Genre: Drama
- Price: 82

3. Author: Zephyr Montague

- Book: A Dance of Shadows
- Genre: Mystery
- Price: 23

4. Author: Ophelia Crowley

- Book: The Clockwork Heart
- Genre: Horror
- Price: 65

5. Author: Gideon Thorne

- Book: Echoes of Eternity
- Genre: Action and Adventure
- Price: 14

#
Trying out js = Making [Fireship](https://www.youtube.com/fireship) Happy.