SouleymaneSy7 / dev-challenges-simple-coffee-listing

Simple Coffee Listing App Challenges From Devchallenges.io. Built with Vue js, Composition API, Axios and Tailwind CSS!

Home Page:https://dev-challenges-simple-coffee-listing.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dev Challenges - Simple Coffee Listing

This is a solution for a challenge from Devchallenges.io.

Simple Coffee Listing Preview

Table of Contents

Overview

This website was created as a submission to a DevChallenges challenge. The challenge was to build an application to complete the given 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.

  • Deploy the solution and submit Repository URL and Demo URL

Built With

Screenshots

Mobile

Mobile Screenshot

Tablets

Tablets Screenshot

Desktop - All Products

Desktop Screenshot

Desktop - Available Now

Desktop Screenshot

How To Use

To clone and run this application, you'll need Git and Yarn installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/SouleymaneSy7/dev-challenges-simple-coffee-listing.git

# Install dependencies
$ yarn

# Run the app
$ yarn dev

Recommended IDE Setup

Author

About

Simple Coffee Listing App Challenges From Devchallenges.io. Built with Vue js, Composition API, Axios and Tailwind CSS!

https://dev-challenges-simple-coffee-listing.vercel.app


Languages

Language:Vue 52.9%Language:JavaScript 19.7%Language:CSS 15.5%Language:HTML 11.9%