Skip to content

e-for-eshaan/Django-React-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Django-React Full-Stack app

The project was an assignment for an e-commerce startup that required a simple UI to input a string and display products based on the input text. input with debouncing implemented
The search bar has a debouncing function for the input text, built using setTimeout. This prevents rapid api calling, and relieves the backend off load.


tab changes
The results can be queried with category tabs as well. Selecting a category queries all the products within the same category.


models schema
The django model looks like this. A foriegn key is used to link categories and products


products json
The models are hosted as json objects

categories json
The models are hosted as json objects

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages