Skip to content

mervekrblt/upschool-react-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dummy Amazon Clone with React - NozamA 😂

In this assignment, I tried to build a responsive dummy amazon clone.

Its name is NozamA, very creative, I know 😎

You can see all products, search specific product and display each product details.

DEMO

Technologies 🚀

  • React
  • React Router Dom
  • Bootstrap 5
  • axios
  • React Paginate
  • Fake Store API
  • JSON-Server

Design

Homepage Details

Previews

  • Desktop

Desktop Preview

  • Mobile

Mobile Preview

How to install

git pull https://github.com/mervekrblt/upschool-react-assignment.git

npm install

npm start

Run local database

npm run database

Task Lists

  • Create Routes and components
    • Create all routes
    • Home Page
      • Navbar
      • Footer
    • Products Page
      • Product Card components
    • About Page
    • Search Page
      • Search component
    • Product Details Page
      • Product Details Card component
  • Products in home page with pagination