Skip to content

Solution to the Simple Coffee Listing challenge presented by devChallenges. The page was built using Next.js and Tailwind CSS

Notifications You must be signed in to change notification settings

ellendutra/coffee-collection

Repository files navigation

Simple Coffee Listing

This is my solution to the Simple Coffee Listing challenge on devChallenges.

screenshot

User stories

  • Create a coffee listing page that matches the given design.
  • Use React or other Front-end libraries for this challenge.
  • Create a Reusable Card component.
  • The card component should include a picture, name, pricing, rating, and number of votes if exists.
  • The card component should render popular tag, availability status conditionally.
  • Render Coffee list with given data. The data should come from a given API or downloaded JSON file
  • Users can choose to list all products or just available products.

Built with

  • Next.js - React framework
  • JavaScript
  • Tailwind - For styles
  • Mobile-first workflow
  • ESLint - For code linting
  • Prettier - For code formatting

Links

About

Solution to the Simple Coffee Listing challenge presented by devChallenges. The page was built using Next.js and Tailwind CSS

Resources

Stars

Watchers

Forks