https://github.com/bilalmohib/takhti
takhti platform
https://github.com/bilalmohib/takhti
frontend frontend-app fullstack-javascript learning-management-system learning-resources nextjs nextjs13 onlinelearningsystem takhti
Last synced: 2 months ago
JSON representation
takhti platform
- Host: GitHub
- URL: https://github.com/bilalmohib/takhti
- Owner: bilalmohib
- License: other
- Created: 2023-04-11T15:21:07.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-11T21:00:27.000Z (about 2 years ago)
- Last Synced: 2025-01-20T01:42:21.658Z (4 months ago)
- Topics: frontend, frontend-app, fullstack-javascript, learning-management-system, learning-resources, nextjs, nextjs13, onlinelearningsystem, takhti
- Language: TypeScript
- Homepage: https://takhti.vercel.app
- Size: 6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Takhti Online - Next.js Frontend
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:
## Technologies Used
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.## Getting Started
- 1- Clone the repository:
```bash
git clone https://github.com/yourusername/takhti-online.git
```- 2- Install dependencies:
```bash
cd takhti-online
npm install
```- 3- Run the development server:
```bash
npm run dev
```- 4- Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Building for Production
To build the application for production, run the following command:```bash
npm run build
```This will create an optimized build in the *.next* folder. To start the production server, run:
```bash
npm run start
```Navigate to [http://localhost:3000](http://localhost:3000) to view the production build.
## Contributing
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.## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE.txt) file for details.