Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sakmaral/test-task
- Owner: sakmaral
- Created: 2024-11-20T08:40:02.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-20T08:42:07.000Z (2 months ago)
- Last Synced: 2024-11-20T10:11:54.316Z (2 months ago)
- Topics: nextjs, react, shadcn-ui, tailwindcss
- Language: TypeScript
- Homepage: https://test-task-delta-two.vercel.app
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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