Welcome to the frontend repository of Takhti Online, a platform aimed at transforming lives by providing accessible and quality education to underserved communities. This prototype is based on the design from the following Figma file, which can be viewed through an iframe embedded below:
This frontend prototype is developed using
- Next.js, a popular React framework that offers features like server-side rendering and static site generation. Additionally, it uses
- Tailwind CSS for styling and
- Material-UI for component design.
- 1- Clone the repository:
git clone https://github.com/yourusername/takhti-online.git
- 2- Install dependencies:
cd takhti-online
npm install
- 3- Run the development server:
npm run dev
- 4- Open http://localhost:3000 with your browser to see the result.
To build the application for production, run the following command:
npm run build
This will create an optimized build in the .next folder. To start the production server, run:
npm run start
Navigate to http://localhost:3000 to view the production build.
We welcome contributions from individuals of all backgrounds and skill sets. If you're interested in volunteering your time and skills to help improve Takhti Online, please feel free to submit a pull request or open an issue on this repository.
This project is licensed under the MIT License - see the LICENSE file for details.