Skip to content

MaxymilianSa/job-listings-with-filtering

Repository files navigation

Job listings with filtering

Live demo - open

Table of Contents

Technologies Used

  • React
  • Typescript
  • Styled components

Naming Convention

We will use a kebab-case. Kebab case is a programming variable naming convention where a developer replaces the spaces between words with a dash.

Here are some examples of kebab case: component-name.tsx and other-component.tsx.

Directory Structure

  • src/@types - module declarations
  • src/assets - all media
  • src/components - all components
  • src/theme - theme configuration

Prerequisites

Install project

  1. Clone repository
  2. Run yarn to install project dependencies.
  3. Run yarn start to run dev server or yarn build for production purposes.

Releases

No releases published

Packages

No packages published