A classified ads app built with Python-Flask and React.
An app that allows users to post second-hand goods and connect with members interested in such goods.
Please visit the site at ringslistings.vercel.app
- As a new vistor, I want to have a good understanding of what the website does.
- As a new visitor, I want to be able to register for an account.
- As a new visitor, I want to see my name at the top of the page upon successful registration.
- As a Returning Visitor, I want to be able to log in securely.
- As a Returning Visitor, I want to be able to create a listing that includes the following fields:
id
,created_by
,title
,description
. - As a Returning Visitor, I want to be able to see my listing.
- As a Returning Visitor, I want to be able to edit my listing.
- As a Returning Visitor, I want to be able to delete my listing.
- As a Frequent Visitor, I want to be able to see existing listings I created by others.
- Ability to delete an account
- Ability to search existing listings created by others
- Ability to save listings created by others
- Ability to connect with an owner of a listing