Skip to content

Front-end of a web application, developed by using ReactJS library.

Notifications You must be signed in to change notification settings

damla/starducks-client

Repository files navigation

Netlify Status

☕️ Starducks Client

Description

  • This repository is created with React JS library to list, filter and search coffee data consumed from API created in Starducks Server. Deployment process done on Netlify.

Dependencies

  • TypeScript
  • ESLint: used for linting code to keep it in a standard
  • Prettier: to format code
  • Husky: git hooks
  • Lint Staged: to lint staged files
  • SASS Modules: to apply modular component structure
  • React Router: used for routing
  • Context API: used for state management
  • Classnames: to manage multiple style classes

Installation

# install packages
yarn

#build application
yarn build

# start application
yarn start

# test application
yarn test