Skip to content

TheBSD/the-bsd-fe

 
 

Repository files navigation

Boycott Israeli Tech

A web application that aims to raise awareness about the Israeli tech industry and its connections to the Israeli government and military.

Features

  • Browse and search Israeli tech companies
  • View detailed information about companies and their connections
  • Explore alternative companies and solutions
  • Search for people involved in the Israeli tech industry
  • Dark/Light theme support
  • Responsive design

Prerequisites

Before you begin, ensure you have the following installed:

  • Node.js (v18 or higher)
  • npm (comes with Node.js)

Installation

  1. Clone the repository:
git clone https://github.com/hkzak2/the-bsd-fe.git
cd boycott-israeli-tech
  1. Install dependencies:
npm install

Development

To start the development server:

npm run dev

This will start the application in development mode. Open http://localhost:5173 to view it in your browser.

Building for Production

To create a production build:

npm run build

To preview the production build locally:

npm run preview

Project Structure

src/
├── components/     # Reusable UI components
├── context/       # React context providers
├── data/         # Static data and mock APIs
├── pages/        # Page components
├── types/        # TypeScript type definitions
└── utils/        # Utility functions

Technologies Used

  • React
  • TypeScript
  • Vite
  • Tailwind CSS
  • Lucide Icons
  • React Router

Contributing

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

License

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

About

Created with StackBlitz ⚡️

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.2%
  • JavaScript 3.7%
  • CSS 3.4%
  • HTML 0.7%