This is a simple front-end project created for the Jacobi Robotics front-end test. The project is built with React, TypeScript, and TailwindCSS, and it demonstrates the process of converting a Figma design into a responsive React application.
The project is a basic contact page that includes various React components styled with TailwindCSS for responsiveness and custom styles. TypeScript ensures type safety throughout the codebase, providing a robust development experience.
figma_mock/
src/
components/
# Reusable React components (MenuItem, ContactForm, ContactInfo)pages/
# Main page components (Contact)App.tsx
# Main application componentindex.tsx
# Entry point of the React application
tailwind.config.ts
# TailwindCSS configuration filetsconfig.json
# TypeScript configuration filepackage.json
# Project metadata and scriptsREADME.md
# Project documentation
- Node.js (v14 or newer recommended)
- npm or yarn
cd react-typescript
npm install
or
yarn install
npm start
or
yarn start