This project is a tribute to the students who lost their lives or were injured due to the actions of the fascist government in Bangladesh. We aim to remember and honor their sacrifice through this website. The project is built with Next.js, TypeScript, TailwindCSS, and ShadcnUI.
Make sure you have the following installed:
- Node.js (>= 14.x)
- npm (>= 6.x) or yarn (>= 1.x)
- Git
-
Clone the repository:
```bash git clone https://github.com/Hamid-ul-Islam/quotashahid2024.git cd quotashahid2024 ```
-
Install dependencies:
```bash
npm install
yarn install ```
-
Run the development server:
```bash
npm run dev
yarn dev ```
Open http://localhost:3000 in your browser to see the application.
To create an optimized production build:
```bash
npm run build
yarn build ```
```plaintext . ├── public │ ├── images │ └── ... │ ├── components │ ├── components └──Ui │ ├── app │ │ ├── api │ │ └── ... │ ├── styles │ ├── types │ ├── utils │ └── ... ├── .gitignore ├── next.config.js ├── package.json ├── README.md └── tsconfig.json ```
- `public/` - Static assets such as images, fonts, etc.
- `components/` - React components.
- `components/` - React components.
- `app/` - Next.js app.
- `styles/` - TailwindCSS and other styles.
- `types/` - TypeScript types.
- `utils/` - Utility functions.
We welcome contributions from the community to improve this project. Here's how you can get started:
-
Fork the repository:
Click the "Fork" button at the top right of this page.
-
Clone your forked repository:
```bash git clone https://github.com/Hamid-ul-Islam/quotashahid2024.git cd quotashahid2024 ```
-
Create a new branch:
```bash git checkout -b feature/your-feature-name ```
-
Make your changes and commit them:
```bash git commit -m "Add some feature" ```
-
Push to the branch:
```bash git push origin feature/your-feature-name ```
-
Open a pull request:
Go to the repository on GitHub and open a pull request.
Please note that this project is governed by a Code of Conduct. By participating, you are expected to adhere to this code.
This project is licensed under the MIT License. See the LICENSE file for details.
This project is dedicated to the memory of the "Shahid" who sacrificed their lives. We honor their courage and commitment.