Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sakmaral/test-task

Test Task for Frontend Developer
https://github.com/sakmaral/test-task

nextjs react shadcn-ui tailwindcss

Last synced: 25 days ago
JSON representation

Test Task for Frontend Developer

Awesome Lists containing this project

README

        

# Carousel Component Test Task

This is a frontend test task to implement a carousel component using the `shadcn` library.

### Implementation Details:

- **Technology Stack**: React, NextJS, TypeScript, TailwindCSS.
- **Data**: An array of objects containing `image` and `title` should be used to populate the carousel items.

## Instructions

### Setup:

1. Clone the repository:
```bash
git clone https://github.com/sakmaral/test-task
```
2. Install the required dependencies:

```bash
npm install
```

or

```bash
yarn install
```

or

```bash
pnpm install
```

3. Install the required dependencies:

```bash
npm run dev
```

or

```bash
yarn dev
```

or

```bash
pnpm dev
```

### Features

- [ ] Add CI/CD to automatic deploy via Github Actions