Skip to content

abdulmazidakash/f-coffee-book

Repository files navigation

F-COFFEE-BOOK

A brief description of what this project does and who it's for

npm package

This project is used by the following companies:

package work
tailwind css
daisy ui css
react router dom router
react-tabs tabs
react-hot-toast toasty
react-icons icons
react-helmet dynamic page title

Used react hook

This project is used by the following companies:

  • useState (data)
  • useParams (dynamic ${id})
  • useLoader (all data)
  • useLocation (/pathname)
  • useEffect (()=>{},[])
  • useNavigate (navigate function)

Live Link

https://coffee-book-akash.netlify.app/

Features

  • local storage data and remove
  • add favorite button disabled
  • sort by rating and popularity
  • active tab

File Structure

Install my-project with npm

└── src/
|     ├── assets/
|     ├── components/
|     |     └── Banner.jsx
|     |     └── Card.jsx
|     |     └── Categories.jsx
|     |     └── CoffeeCards.jsx
|     |     └── Footer.jsx
|     |     └── Heading.jsx
|     |     └── Navbar.jsx
|     ├── layouts/
|     |     └── MainLayout.jsx     
|     ├── pages/
|     |     └── CoffeeDetails.jsx     
|     |     └── Coffees.jsx     
|     |     └── Dashboard.jsx     
|     |     └── Home.jsx     
|     ├── routes/
|     |     └── Routes.jsx
|     ├── utils/
|     |     └── index.js
└── Main.jsx

Boi-Poka View

  • Home page App Screenshot

  • Coffees pages App Screenshot

  • Dashboard pages App Screenshot