Skip to content

1build/frontend-take-home

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Handoff Frontend Take-Home Challenge

This is an Expo project created with create-expo-app as a starting point for the frontend engineering take-home challenge.

Project Structure

├── app/                  # Main application (file-based routing)
├── assets/               # Static assets
├── src/                  # Source code
│   ├── common/           # Shared components and utilities
│   │   ├── components/   # Reusable UI components
│   │   ├── lib/          # Utility functions and helpers
│   │   └── theme/        # Design system theme
│   │       ├── tokens/   # Design tokens (colors, spacing)
│   └── estimate/         # Feature-specific code

Getting Started

  1. Install dependencies

    npm install
  2. Start the app

    npx expo start

Resources

About

Take-home challenge for frontend interview

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published