An open API service indexing awesome lists of open source software.

https://github.com/yuvenalmash/hs-frontend-challenge


https://github.com/yuvenalmash/hs-frontend-challenge

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# Frontend challenge
## Description
This is a frontend challenge, to create a web application referencing a figma design, micro-interactions and API endpoints.

## Technologies
- **React** - the javascript library for building user interfaces
- **Redux** - used for state management

## Installation

Clone the repository
```bash
git clone [email protected]:yuvenalmash/hs-frontend-challenge.git
```

Install dependencies
```bash
npm install
```

## Usage

Run the application
```bash
npm run dev
```

## Testing

The tests are written using Jest and React Testing Library

Run the tests
```bash
npm run test
```

## Deployment

The application is deployed on Varcel