https://github.com/yuvenalmash/hs-frontend-challenge
https://github.com/yuvenalmash/hs-frontend-challenge
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yuvenalmash/hs-frontend-challenge
- Owner: yuvenalmash
- Created: 2023-12-22T11:33:40.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2024-01-04T15:43:26.000Z (over 1 year ago)
- Last Synced: 2024-01-04T22:29:05.579Z (over 1 year 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 [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