Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhaltd/englishbuddy
IELTS website test from Bangkit 2023 H2 Capstone Project
https://github.com/mhaltd/englishbuddy
Last synced: 16 days ago
JSON representation
IELTS website test from Bangkit 2023 H2 Capstone Project
- Host: GitHub
- URL: https://github.com/mhaltd/englishbuddy
- Owner: MHALtd
- Created: 2023-12-31T21:02:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-31T21:15:15.000Z (about 1 year ago)
- Last Synced: 2024-11-19T20:12:27.259Z (3 months ago)
- Language: JavaScript
- Size: 1.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduce
Hi, this is a frontend website of our capstone project from Bangkit 2023 H2 program. In my team, I have responsible for developing website frontend page.
- [website demo](https://ielts-ebuddy.netlify.app/)
- [master repository](https://github.com/taufiqulf/IELTS_Buddy_Web.git)# React + Vite
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh## Running locally in development mode
To get started run `npm install && npm run dev`:
npm install
npm run devHow to fix regeneratorRuntime is not defined?:
npm install --save regenerator-runtime
require import 'regenerator-runtime/runtime' at the top of the file that you're using async function
import 'regenerator-runtime/runtime'