Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jerryblessed/lightpro

Try LightPro now
https://github.com/jerryblessed/lightpro

edgecloud generative-ai generative-art nextjs p2p-network theta

Last synced: about 22 hours ago
JSON representation

Try LightPro now

Awesome Lists containing this project

README

        

# Light course

## Features
- Upload video to theta network video services for streaming and upload 📹
- Use Light chat, Google Gemini chatbot for assistance in video 🤖
- Simple User interface 💻
- Get links to material on for each course🌐
- Get 2D or image feel of video object by google drive 🎨
- Get tags to related videos 🔖
- Search bar and lots more 🔍
- Chrome Web app 🌐
- P2P data storage support 📦

[Try it](https://light-pro-i2c8.vercel.app)

## Getting Started

```bash
# clone the repository
git clone https://github.com/Jerryblessed/LightPro.git
# change the directory
cd open-blog
# install packages with pnpm or npm or yarn.
pnpm install
# or
npm install
# or
yarn install

Then, run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

## Folder Structure

```bash
.
├── components
│   ├── Card.tsx
│   ├── Footer.tsx
│   ├── Header.tsx
│   ├── Layout.tsx
│   ├── Newsletter.tsx
│   ├── Pagination.tsx
│   ├── Search.tsx
│   └── useFuse.ts
├── data
│   └── posts.ts
├── next.config.js
├── next-env.d.ts
├── package.json
├── pages
│   ├── 404.tsx
│   ├── _app.tsx
│   ├── authors
│   ├── _document.tsx
│   ├── index.tsx
│   ├── read
│   │   └── [slug].tsx
│   └── tags
│   └── [slug].tsx
├── pnpm-lock.yaml
├── postcss.config.js
├── public
│   ├── favicon.ico
│   ├── images
│   │   ├── android.jpg
│   │   ├── blog-2.jpg
│   │   ├── camera.jpg
│   │   ├── computer.jpg
│   │   ├── health.jpg
│   │   ├── ios.jpg
│   │   ├── photographer.jpg
│   │   ├── smartphone.jpg
│   │   ├── software-developer.jpg
│   │   ├── technology.jpg
│   │   └── vegetables.jpg
│   ├── moon.jpg
│   ├── next.svg
│   ├── thirteen.svg
│   └── vercel.svg
├── README.md
├── styles
│   └── globals.css
├── tailwind.config.js
├── tsconfig.json
└── type.d.ts
```

- Special thanks to [OpenBlog repo](https://light-pro-i2c8.vercel.app), theta network edgecloud tools, Google Gemini AI and other powerful tools.
- [Support development of lightpro ❤️](https://paystack.com/pay/0nbbu8hnpk)