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

https://github.com/marutpun/assessment-seven-peaks-fe

An assessment of a candidate for Junior React Developer in 2021
https://github.com/marutpun/assessment-seven-peaks-fe

axios guardian-api netlify-functions react tailwind zustand

Last synced: 9 months ago
JSON representation

An assessment of a candidate for Junior React Developer in 2021

Awesome Lists containing this project

README

          

# Front-end Development Test

Demo (unfinished version): [https://lucid-williams-f9b2fb.netlify.app](https://lucid-williams-f9b2fb.netlify.app)

## How to start

Clone this repository

```
git clone https://github.com/marutpun/Assessment-Seven-Peaks-FE.git
```

Install packages

```
# NPM
npm install

# Yarn
yarn install
```

Run local development

```
# NPM
npm run start

# Yarn
yarn run start
```

or build a development

```
# NPM
npm run build

# Yarn
yarn run build
```