This project is a frontend for Mercado Top, a second hand market, built using Nextjs, Typescript and Redux Toolkit.
- Next js
 - TypeScript
 - Redux Toolkit
 - Formik & Yup
 
Here are the main features of the application:
- Auth (sign up, sign in, reset password)
 - Browsing market
 - Selling an item
 - Deleting an Item
 
- Clone the repository.
 - Install the dependencies using 
npm install. - Create a 
.envfile and add your database and Cloudinary credentials. - Run the server using 
npm start. - Use Postman or any other API client to interact with the API endpoints.
 
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
MIT
