Home

Textbook Auction

A web app to help students sell and buy used textbooks. Built using React, and Bootstrap.

What can the user do?

Users can submit a buy or sell order, and see other buy or sell orders. Users can also see the average price of textbooks in the past to judge the market.

What did I learn?

This was my first project using React. Building this project helped me learn the basics of React, such as state, controlled components, useEffect, and using JSX. I also learned how to use Fetch to consume data from the API I built in Django. Finally, I also learned how to implement JWT authentication on both the front end and back end.

Technologies used

React

Bootstrap

Fetch

;