https://github.com/yuvenalmash/hs-frontend-challenge
https://github.com/yuvenalmash/hs-frontend-challenge
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yuvenalmash/hs-frontend-challenge
- Owner: yuvenalmash
- Created: 2023-12-22T11:33:40.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2024-01-04T15:43:26.000Z (almost 2 years ago)
- Last Synced: 2024-01-04T22:29:05.579Z (almost 2 years ago)
- Language: JavaScript
- Homepage: https://hs-frontend-challenge-seven.vercel.app
- Size: 32.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 git@github.com: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