damla / starducks-client

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

Home Page:https://starducks-client.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://starducks-client.netlify.app


Languages

Language:TypeScript 72.4%Language:SCSS 20.4%Language:CSS 2.7%Language:HTML 2.4%Language:Shell 2.1%