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

https://github.com/jane-does-coding/new-york-times-ui-clone


https://github.com/jane-does-coding/new-york-times-ui-clone

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Clone of the UI Games Page, on New York Times!

Clone of the UI for the New York times games part of the website

## Technologies used

[![Technologies](https://skillicons.dev/icons?i=ts,tailwind,nextjs,react,github)](https://skillicons.dev)

## Demo

[NewYorkTimes - Live Demo](https://new-york-times-ui-clone.vercel.app/)

## Run Locally

Clone the project

```bash
git clone https://github.com/jane-does-coding/new-york-times-ui-clone
```

Go to the project directory

```bash
cd my-project
```

Install dependencies

```bash
npm i
```

Run

```bash
npm run dev
```