A modern React application built for HackGT with interactive features and beautiful UI.
- ⚡ React 18 with modern hooks
- 🎨 Beautiful gradient design with glassmorphism effects
- 📱 Fully responsive design
- 🔥 Hot reload development server
- ⚙️ Webpack configuration for optimal bundling
- 🎯 Interactive counter component
Make sure you have Node.js installed on your system (version 14 or higher).
- Clone the repository:
git clone https://github.com/anishneema/HackGTproject.git
cd HackGTproject- Install dependencies:
npm install- Start the development server:
npm start- Open your browser and navigate to
http://localhost:3000
npm start- Runs the app in development mode with hot reloadnpm run build- Builds the app for productionnpm run dev- Same as start but automatically opens the browser
HackGTproject/
├── public/
│ └── index.html # HTML template
├── src/
│ ├── App.js # Main App component
│ ├── App.css # App styles
│ ├── index.js # React entry point
│ └── index.css # Global styles
├── package.json # Dependencies and scripts
├── webpack.config.js # Webpack configuration
└── README.md # Project documentation
- React 18 - Modern React with hooks
- Webpack 5 - Module bundler
- Babel - JavaScript compiler
- CSS3 - Modern styling with gradients and animations
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
anishneema
- GitHub: @anishneema
Built with ❤️ for HackGT