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
- Host: GitHub
- URL: https://github.com/joweltisso/catro-assignment
- Owner: JowelTisso
- Created: 2025-03-23T08:24:26.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-03-23T08:43:01.000Z (about 1 month ago)
- Last Synced: 2025-03-23T09:26:04.082Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://catro-test.netlify.app/
- Size: 335 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```