Amader Shikkha is a modern educational platform built with React and Tailwind CSS.
Before you begin, ensure you have the following installed:
- Node.js (v14.0.0 or higher)
- npm (v6.0.0 or higher) or yarn (v1.22.0 or higher)
- Git
Follow these steps to get the project running on your local machine:
-
Clone the repository
git clone https://github.com/yourusername/amadershikkha.git cd amadershikkha -
Install dependencies
npm install # or if you're using yarn yarn install -
Start the development server
npm run dev # or if you're using yarn yarn dev -
Open your browser The application will be available at
http://localhost:5173(or another port if 5173 is in use)
amadershikkha/
├── src/
│ ├── components/
│ │ └── sharedComponents/
│ │ └── Navbar.jsx
│ ├── App.jsx
│ └── main.jsx
├── public/
├── package.json
└── README.md
npm run dev- Starts the development servernpm run build- Builds the app for productionnpm run preview- Locally preview the production buildnpm run lint- Runs the linternpm run test- Runs the test suite
- React
- React Router DOM
- Tailwind CSS
- DaisyUI
- Responsive navigation
- Modern UI with Tailwind CSS
- Active link highlighting
- Mobile-friendly design
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
For support, email support@amadershikkha.com or create an issue in the repository.