An open API service indexing awesome lists of open source software.

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

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.