Classifieds App
OLX-like application with advanced filters, authentication, and CRUD functionality.
Training Project | Nest, React, Redux, TS
See online
Buy & sell electronics
This complex project has all of the basic functionalities that an advertisements application needs: categories and extensive filters, search bar, functionality for adding and managing ads and adding to favorites.
Material design, nice graphics, and page transitions make the application nice and intuitive. In addition, it has a change theme option for users, who prefer dark colors.
Authentication
Registered users can add new ads, manage their ads and wish list. The application uses cookie-based authentication - cookies are sent from a separate backend created with the Nest.js framework.
Creating adverts
Ads can be added by a multi-step form in which the user provides advertisement info and photos. Ad data is saved using MongoDB, while the AWS S3 is used to save photos. Users can also edit their ads, remove old photos and add new ones.