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
- Host: GitHub
- URL: https://github.com/evanlei-git/web-assignment-2024
- Owner: EvanLei-git
- Created: 2024-05-04T13:14:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-13T18:57:18.000Z (almost 2 years ago)
- Last Synced: 2024-06-13T21:59:21.761Z (almost 2 years ago)
- Topics: assignment, javascript, libray
- Language: CSS
- Homepage: https://rawcdn.githack.com/EvanLei-git/web-assignment-2024/17f59dc41f48035a8351757492fd57dbeaabcf00/public/index.html
- Size: 7.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.