This website created for "Turkcell Gençlere Yatırım, Geleceğe Yazılım 3.0 Bootcamp Midterm2"
In this project, I wanted to create a website using HTML, CSS, Bootstrap and JavaScript.
Users can list your favorite books on this website.
Users can easily add the books they want to their lists, and update or delete existing books in their lists.
Users can also find books in the list by using filtering features such as book name, author name, category.
JSON Server was used to save the books data.
Firstly, run the command npm install json-server
in the terminal.
Then, run the command cd data
, and then to start the JSON Server, run npx json-server books.json
.
Finally, open the "index.html" file located in the app folder with "Open with Live Server".