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! β