Skip to content

anishneema/HackGTproject

Repository files navigation

HackGT Project

A modern React application built for HackGT with interactive features and beautiful UI.

Features

  • ⚡ 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

Getting Started

Prerequisites

Make sure you have Node.js installed on your system (version 14 or higher).

Installation

  1. Clone the repository:
git clone https://github.com/anishneema/HackGTproject.git
cd HackGTproject
  1. Install dependencies:
npm install
  1. Start the development server:
npm start
  1. Open your browser and navigate to http://localhost:3000

Available Scripts

  • npm start - Runs the app in development mode with hot reload
  • npm run build - Builds the app for production
  • npm run dev - Same as start but automatically opens the browser

Project Structure

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

Technologies Used

  • React 18 - Modern React with hooks
  • Webpack 5 - Module bundler
  • Babel - JavaScript compiler
  • CSS3 - Modern styling with gradients and animations

Contributing

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Author

anishneema


Built with ❤️ for HackGT

About

We are building software for restaurants to minimize food waste

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors