SPA with React
Noroff Accelerate 2023 - JavaScript Assignment #2
By Julian-Sander Magnussen and Jostein Gjertsen
This is a Single Page Application made with React that utilizes React Forms to handle user input for login and text-to-sign language translation. The app includes a login feature that allows users to log in and save their translations to an external API.
This repo contains all the files created for- and necessary to run this project.
To install and configure the project on your own, follow these steps:
- Clone the github repository: https://github.com/GJRTSN/js-a2-signlangtranslator/tree/master/src
- Install dependencies with "npm install"
- Deploy the API found here: https://gitlab.com/noroff-accelerate/javascript/projects/noroff-api/
- Configure an API key and add it to a .env file
The project is available for testing here: Live demo