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

https://github.com/joweltisso/catro-assignment

Catro test assignment
https://github.com/joweltisso/catro-assignment

Last synced: 22 days ago
JSON representation

Catro test assignment

Awesome Lists containing this project

README

        

# Catro test assignment

## Prerequisites

Ensure you have the following installed:

- Node.js (latest LTS version recommended)
- npm or yarn

## Getting Started

### 1. Clone the Repository

```sh
git clone https://github.com/your-username/your-repo.git
cd your-repo
```

### 2. Install Dependencies

```sh
npm install
# or
yarn install
```

### 3. Start the Development Server

```sh
npm run dev
# or
yarn run dev
```

The app should now be running at `http://localhost:5137/`.

## Build for Production

```sh
npm run build
# or
yarn build
```

## Folder Structure

```
/src
/components - Reusable UI components
/screen - Page-level components
/utils
```