We want to see your skills with React and TypeScript. You'll be given a Figma design to replicate in a Vite project using Tailwind CSS. Plus, you'll use an AirOps app to fetch and display data.
- Fork the Repo: You'll get a barebones Vite + React + TypeScript + Tailwind project. Fork it and get started.
- Design Implementation: Copy the Figma design into your project. Make it look as close as possible.
- Data Integration: Create an AirOps App that returns the necessary mock data for the design and execute it to display the mock data! 📊
Note: if you need to do any create, edit or delete, it doesn’t need to persist anywhere outside of the React state.
Try to finish within 3 hours. ⏰
- Code Quality: Clean, readable, and well-structured code. 💻
- Design Accuracy: Your app should look like the Figma design. 🎨
- Functionality: Your app should fetch and display data correctly. 🔄
- Fork our repo.
- Make your changes.
- Push to your forked repo.
- Share the link to your repo with us. 📤
- Important: Do not create a pull request to the original repository.
- React ⚛️
- TypeScript 📝
- Tailwind CSS 🎨
- Vite ⚡
- Fork the Repo:
git clone [your-forked-repo-link] cd [repository-directory]
- Install Dependencies:
Copy code npm install
- Start the Dev Server:
Copy code npm run dev
- Design Link: Figma Design
- Relevant AirOps Links:
That's it! If you have any questions, just ask. Good luck! 🍀