A modern, creative web application designed to inspire and innovate. Built using Next.js and Tailwind CSS, ReImagine offers a seamless user experience with responsive design and efficient performance.
- Next.js Framework: Fast and scalable web application development.
- Tailwind CSS Styling: Beautiful, customizable, and responsive UI.
- Dynamic Routing: Effortlessly manage pages and navigation.
- SEO Optimized: Built-in support for search engine optimization.
- Developer-Friendly: Modular and maintainable codebase.
- Framework: Next.js
- Styling: Tailwind CSS
- API Integration: Fetch API / Axios
- State Management: Context API / React State
ReImagine/
├── .next/ # Next.js build directory
├── app/
│ ├── fonts/ # Font files
│ │ ├── GeistMonoVF.woff
│ │ └── GeistVF.woff
│ ├── globals.css # Global styles
│ ├── layout.tsx # Application layout
│ └── page.tsx # Main page component
├── components/ # Reusable UI components
│ ├── About.tsx
│ ├── Button.tsx
│ ├── Contact.tsx
│ ├── Feature.tsx
│ ├── Footer.tsx
│ ├── Hero.tsx
│ ├── LandbotChat.tsx
│ ├── Navbar.tsx
│ ├── Programs.tsx
│ ├── Robot.tsx
│ ├── SecondRobot.tsx
│ └── Tools.tsx
├── node_modules/ # Node.js dependencies
├── public/ # Public assets
│ ├── audio/ # Audio files
│ ├── canvas/ # Canvas assets
│ ├── fonts/ # Public fonts
│ ├── images/ # Image assets
│ └── logo.svg # Logo SVG
├── .eslintrc.json # ESLint configuration
├── tailwind.config.js # Tailwind CSS configuration
├── next.config.js # Next.js configuration
├── package.json # Project dependencies
└── README.md # Documentation
-
Clone the repository
git clone https://github.com/MayankGhatawal/ReImagine.git cd ReImagine
-
Install dependencies
npm install
-
Run the application
npm run dev
-
Build for production
npm run build npm start
Check out the live version: ReImagine Live Demo
Contributions are always welcome!
- Fork the repository.
- Create a new branch:
git checkout -b feature-name
. - Commit your changes:
git commit -m 'Add new feature'
. - Push the branch:
git push origin feature-name
. - Submit a pull request.
For inquiries or feedback, reach out at: Your Email Address
This project is licensed under the MIT License. See the LICENSE file for details.
⭐ If you like this project, don't forget to give it a star! ⭐