This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
MoonEX is a responsive and user-friendly web application designed to provide an engaging interface. Built using modern web technologies, MoonEX delivers an exceptional user experience across various devices.
- Responsive Design: Optimized for mobile, tablet, and desktop screens using Tailwind CSS.
- Interactive Navigation: Includes a sliding mobile menu with smooth animations.
- Secure Wallet Integration: Allows users to connect their wallets seamlessly.
- Detailed Roadmap: A structured plan showcasing MoonEX's vision and goals.
- FAQs and Contact Support: Easily accessible help and support sections.
- React.js: Frontend framework for building a dynamic user interface.
- Tailwind CSS: Utility-first CSS framework for responsive and modern designs.
- JavaScript: For implementing interactivity and dynamic features.
-
Clone the repository:
git clone https://github.com/Gyanthakur/assignement-moonex.git
-
Navigate to the project directory:
cd moonex
-
Install dependencies:
npm install
-
Start the development server:
npm start
-
Open your browser and visit
http://localhost:5173
.
- The layout adapts dynamically to different screen sizes.
- The mobile menu features smooth slide-in animations.
moonex/
├── public/ # Static assets like images and icons
├── src/
│ ├── components/ # Reusable React components
│ ├── pages/ # React pages
│ ├── styles/ # Tailwind CSS configuration
│ └── App.js # Main application logic
└── package.json # Project dependencies
Contributions are welcome! Please follow these steps:
-
Fork the repository.
-
Create a new branch:
git checkout -b feature-name
-
Make your changes and commit:
git commit -m "Add new feature"
-
Push your branch:
git push origin feature-name
-
Open a pull request.
Developed with ❤️ by Gyan Pratap Singh.