This website works better with JavaScript.
Explore
Help
Sign In
www
/
library
Watch
17
Star
1
Fork
You've already forked library
0
Code
Issues
6
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14
Commits
5
Branches
0
Tags
1.6 MiB
Tag:
Branch:
Tree:
main
d6d76930-19a0-42db-8a81-ed9a2915d174
j285he-one-book
j285he-playground
library-list-card
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'main'
${ noResults }
library
/
pages
/
index.tsx
6 lines
85 B
Raw
Permalink
Normal View
History
Unescape
Escape
Add eslintrc.js
1 year ago
import
React
from
"react"
;
Initial next app
1 year ago
Add playground (#16) Fixes #15 (for concerns about `lib/books.ts` please review !14) Co-authored-by: Jared He <66887902+jaredjhe@users.noreply.github.com> Reviewed-on: https://git.csclub.uwaterloo.ca/www/library/pulls/16 Reviewed-by: Amy <a258wang@csclub.uwaterloo.ca>
1 year ago
export
default
function
Home() {
return
<
div
>
<
/
div
>
;
Get All Books API (#13) Closes #2 This PR implements the getAllBooks function that can be used to get summary information about all the books, in order to display them on the main page. I'm not sure why I waited so long to create this PR, but I suspect that we were blocked by #11 (which has now been merged). Co-authored-by: Amy <a258wang@uwaterloo.ca> Reviewed-on: https://git.csclub.uwaterloo.ca/www/library/pulls/13 Reviewed-by: j285he <j285he@localhost>
1 year ago
}