Skip to content

madeinspace/bellroy-test

Repository files navigation

Vite React Project (Toy robot)

This project is a sample web application built with Vite, Typescript and React as part as a technical test for Bellroy.

Table of Contents

Installation

  1. Clone the repository:

    git clone https://github.com/madeinspace/bellroy-test.git
    
  2. Navigate to the project folder:

    cd bellroy-test
    
  3. Install dependencies:

    npm install
    

Usage

  1. Start the development server:

    npm run dev
    
  2. Run the tests:

    npm run test
    

Open http://localhost:5173 to view the local build. NB: Vite requires Node 18+ version.

Project Structure

  • src/
  • api/
  • components/
  • components/test

Technologies Used

  • Vite: Frontend build tool.
  • Vitest: Native test runner.
  • Typescript: Strongly typed programming language.
  • React: JavaScript library for building user interfaces.