Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.14 KB

README.md

File metadata and controls

50 lines (34 loc) · 1.14 KB

Language acquisition (front-end)

This web application is specifically designed for language learning. It has been developed using React.js and utilizes Material-UI for its user interface design.

algoria quest logo algoria quest logo

Getting Started

Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Node.js & npm (Node Package Manager) installed on your machine.

Installation

  1. Clone the repository:

    git clone <repository-url>
  2. Navigate to the project directory:

    cd la_frontend
  3. Install dependencies:

    npm install

Development

To start the development server, run:

npm start