Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 dev

How 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'