Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sheel-ui/next-word-frontend
https://github.com/sheel-ui/next-word-frontend
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sheel-ui/next-word-frontend
- Owner: Sheel-ui
- Created: 2024-03-18T00:38:21.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-18T03:47:10.000Z (10 months ago)
- Last Synced: 2024-04-24T00:16:28.483Z (8 months ago)
- Language: TypeScript
- Size: 381 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next Word Frontend
This is the frontend component of the Next Word Prediction project.
To enable backend functionality, a separate service needs to be initiated. GitHub repository for the backend - [next-word-backend](https://github.com/Sheel-ui/next-word-backend)## Installation
1. Clone this repository:
```bash
$ git clone https://github.com/Sheel-ui/next-word-frontend.git2. Navigate to the project directory:
```bash
$ cd next-word-frontend
```3. Install dependencies:
```bash
$ npm install
```## Usage
To start the development server, run:
```bash
$ ng serve
```This will start the server at `http://localhost:4200/` by default.
# Demo
![Alt Text](./demo/demo.gif)