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

https://github.com/thiagoow/zippia-data-fetching-interview

Test project created for the Zippia Frontend Developer technical challenge.
https://github.com/thiagoow/zippia-data-fetching-interview

nuxt3 nuxtui tailwindcss typescript

Last synced: 18 days ago
JSON representation

Test project created for the Zippia Frontend Developer technical challenge.

Awesome Lists containing this project

README

          

# Test Project - Zippia Frontend Developer

Made by [Thiago Silva Lopes](https://github.com/thiagoow) on September 2024.

Using TypeScript with Nuxt.js, and styling with Nuxt UI & Tailwind CSS.

## Demo: https://zippia-test.vercel.app

### Setup

Install the dependencies:

```bash
yarn install
```

### Development Server

Start the development server on `http://localhost:3000`:

```bash
yarn dev
```

### Production

Build the application for production:

```bash
yarn build
```

Locally preview production build:

```bash
yarn preview
```

Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.