using JavaScript, you need to implement the following operations on your data (it is up to you to decide which field should be used for each of the operations):
- Sort of your items option
- Search option
- Count total amount of some of the field (e.g total price of all cars)
- Responsiveness absolutely not required.
- Styling is not important at all. Is up to you
In this work, you need to continue working and add two new parts to your website - Create & Edit Pages
- Responsiveness absolutely not required.
- Styling is not important at all. Is up to you
In the last part of working on the website you have to implement all CRUD operations which must be made via the corresponding HTTP methods in your REST API.
You don't have to make a backend from the beginning - connect an existing one that you worked on in the first year.
If you don’t have a backend server, you should create a new REST API using any preferred technology.