Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/9riffegndi/cakrawidia-fe
Cakrawidia
https://github.com/9riffegndi/cakrawidia-fe
education
Last synced: about 3 hours ago
JSON representation
Cakrawidia
- Host: GitHub
- URL: https://github.com/9riffegndi/cakrawidia-fe
- Owner: 9riffegndi
- Created: 2024-12-09T04:55:20.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-01-01T16:42:56.000Z (about 1 month ago)
- Last Synced: 2025-01-01T17:35:11.367Z (about 1 month ago)
- Topics: education
- Language: JavaScript
- Homepage: https://cakrawidia.vercel.app
- Size: 654 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Techcomfest competition project
## CAKRAWIDIA
- platform QnA seputar pelajaran dan pengetahuan Umum
## **Persyaratan Sistem**
Pastikan sistem Anda telah menginstal:
- **C++ Redistributable Latest**
- **Node.js 22.11.0**
- **npm 10.9.0**---
## **Cara Menggunakan Aplikasi**
1. **Clone Repository**
Clone repository ini ke direktori lokal Anda:
```bash
git clone https://github.com/9riffegndi/Cakrawidia.git
```
2. **Masuk ke Direktori Proyek**
```bash
cd Cakrawidia-FE
```
3. **Install Dependensi**
Jalankan perintah berikut untuk menginstal semua dependensi yang diperlukan:
```bash
npm install
```
4. **Menjalankan Aplikasi**
Setelah instalasi selesai, jalankan aplikasi frontend dengan perintah:
```bash
npm start
```Aplikasi akan tersedia di browser Anda pada alamat `http://localhost:3000`.
---
## **Library yang Digunakan**
Proyek ini menggunakan library berikut untuk mendukung pengembangan:
- **React.js**
- **Tailwind CSS**
- **Daisy UI**
- **Axios**
- **Day.js**
- **react-helmet**---