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
- Host: GitHub
- URL: https://github.com/jane-does-coding/new-york-times-ui-clone
- Owner: jane-does-coding
- Created: 2024-08-26T23:56:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-28T03:11:32.000Z (about 1 year ago)
- Last Synced: 2025-03-11T05:22:37.024Z (8 months ago)
- Language: TypeScript
- Homepage: https://new-york-times-ui-clone.vercel.app
- Size: 73.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
[](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
```