searchX is a modern web application designed to provide efficient and user-friendly search functionalities. Built with TypeScript and JavaScript, and bundled using Webpack, this project emphasizes performance and scalability.
🔗 Live Demo: search-x-zeta.vercel.app
- ⚡ Fast and Responsive: Leveraging Webpack for optimized builds.
- 🛠️ TypeScript Support: Ensuring type safety and better developer experience.
- 🎨 Customizable UI: Easily adaptable to various themes and layouts.
- 🧩 Modular Architecture: Clean codebase with reusable components.
- 🚀 Deployed on Vercel: Seamless and continuous deployment.
- 🟢 Node.js (v14 or higher)
- 📦 npm or yarn
git clone https://github.com/DmitryFullStackDev/searchX.git
cd searchX
npm install
# or
yarn installnpm start
# or
yarn start📁 Project Structure
searchX/
├── public/ 📁 Static assets
├── src/ 📁 Source code
│ ├── components/ 🧩 Reusable components
│ ├── App.tsx 🧠 Root component
│ └── index.tsx 🚪 Application entry point
├── .eslintrc.js 📏 ESLint configuration
├── .prettierrc 🎨 Prettier configuration
├── package.json 📦 Project metadata and scripts
├── tsconfig.json 🧪 TypeScript configuration
├── webpack.config.js 🛠️ Webpack configuration
└── README.md 📄 Project documentation