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
- Host: GitHub
- URL: https://github.com/hanivan/pick-your-pic
- Owner: Hanivan
- Created: 2023-01-02T11:13:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-03T05:59:36.000Z (over 3 years ago)
- Last Synced: 2025-02-28T18:23:29.389Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://pick-your-pic.vercel.app
- Size: 539 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)