NetShield is a modern Next.js 15 application for visualizing DDoS attack simulation and firewall defense behavior in real time.
- Real-time DDoS simulation dashboard
- Firewall mitigation and traffic monitoring views
- Built with Next.js 15, React 19, TypeScript, and Tailwind CSS
- Install dependencies:
npm install- Start the development server:
npm run dev- Open
http://localhost:4028in your browser.
npm run dev- Start development server on port 4028npm run build- Build the application for productionnpm run start- Start the development servernpm run serve- Start the production servernpm run lint- Run ESLint to check code qualitynpm run lint:fix- Fix ESLint issues automaticallynpm run format- Format code with Prettier
Build the application for production:
npm run buildBuild by Carter Fill