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

https://github.com/hanivan/pick-your-pic

Challenge From KelasFullstack
https://github.com/hanivan/pick-your-pic

Last synced: 10 months ago
JSON representation

Challenge From KelasFullstack

Awesome Lists containing this project

README

          

# Pick Your Pic

This project is provide by [@LevianthProject](https://github.com/LevianthProject) for member [KelasFullstack](https://kelasfullstack.id)

The code for this project is: **Tugas FrontEnd 1**

## What Is PYP

As it stands, that is, you can view/take a collection of photos from [Unsplash](https://unsplash.com/). The thing to note is, this project is only for education and training skills in the frontend field (will there be backend assignments in the future? hahaha)

## Usage
1. Clone this repo

```bash
mkdir -p ~/Documents/git && git clone --depth=1 https://github.com/Hanivan/pick-your-pic.git ~/Documents/git/pick-your-pic && cd ~/Documents/git/pick-your-pic
```

2. Install Dependencies (use `yarn` or `npm`)

```bash
yarn install
```

3. Start Server

```bash
yarn start
```

or

```bash
yarn dev
```

## Development Detail

**Start Work**: Monday, 2 Jan 14:-- WIB

**Finished Work**: Monday, 2 Jan 16:-- WIB

Thank you for holding this challenge. What I learned from this assignment is that managing state is very tiring. maybe it's time to learn redux?

Tools I used for making this project:
- [next](https://nextjs.org)
- [tailwind](https://tailwindcss.com)
- [Unsplash API](https://unsplash.com/developers)