A modern, animated onboarding experience built with React and TypeScript. This project provides a sophisticated user interface for collecting company information during the onboarding process.
- 🎨 Beautiful, modern UI with smooth animations
- 📱 Responsive design that works on all devices
- 🎭 Smooth transitions using Framer Motion
- 🎯 Type-safe development with TypeScript
- Node.js (v14 or higher)
- npm or yarn
- Clone the repository:
git clone https://github.com/yourusername/onboarding-flow.git
cd onboarding-flow- Install dependencies:
npm install
# or
yarn install- Start the development server:
npm start
# or
yarn startThe application will be available at http://localhost:3000.
- React - Frontend framework
- TypeScript - Type safety
- Framer Motion - Animation library
src/
├── components/ # React components
├── assets/ # Static assets
├── Models/ # TypeScript interfaces and types
└── App.tsx # Main application component
- Dynamic company logo generation
- Animated transitions for website URL display
- Responsive layout adjustments
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the project
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
