Skip to content

osmanndmrc/sahibinden.com-react

 
 

Repository files navigation

Secondhand Marketplace Project

This project lays the foundation for a web-based platform where users can post listings for secondhand products.

Home Page

Detail Page

Footer

Login Page

Technologies and Libraries

This project incorporates the following technology and libraries:

Getting Started

Clone the project code to your computer:

git clone https://github.com/eraykarakasli/mahibinden.com-react.git cd PROJECT-NAME

Install the required dependencies: npm install

To start the project: npm run dev

Once the local server is running, you can view your project by opening local http://127.0.0.1:5173/ in your browser.

Features

  • Users can create, edit, and delete secondhand product listings.
  • Products can be filtered and searched by categories.
  • Global state management is achieved using Redux Toolkit.
  • Form handling and validation are managed with Yup and Formik.
  • Page routing is implemented using React Router DOM.

Contributing

  1. Fork this repository.
  2. Create a new branch (git checkout -b feature/new-feature).
  3. Commit your changes (git commit -am 'New feature: XYZ').
  4. Push to your branch (git push origin feature/new-feature).
  5. Create a Pull Request.

no copyright

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.8%
  • Other 1.2%