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.
- Host: GitHub
- URL: https://github.com/thiagoow/zippia-data-fetching-interview
- Owner: Thiagoow
- License: bsd-3-clause
- Created: 2024-09-13T21:16:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-14T04:33:10.000Z (over 1 year ago)
- Last Synced: 2025-01-21T21:46:56.568Z (over 1 year ago)
- Topics: nuxt3, nuxtui, tailwindcss, typescript
- Language: Vue
- Homepage: https://zippia-test.vercel.app
- Size: 127 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.