This project was bootstrapped with Create React App. An app that presents an autocomplete TextField that fetches a partial list of words starting with the typed-in text entered by the user. The component mimics the behavior of the well-known library called Material-UI.
In the project directory, you can run:
Runs the app in the development mode.
It automatically opens http://localhost:3000 on your browser, and displays the home page of the app.
The page will reload if you make edits.
You will also see any lint errors in the console.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
The code presented in this project is 50% out of the full project. For it to be able to run, you need to have both repositories: autocomplete_frontend & autocomplete_backend. You can view the other half over at AutoComplete_Backend.
The frontend was executed with Create React App, and therefore, no .env were used for the Frontend part of the app.
Since this app was created with Create React App, to deploy it means to serve it as static. This could easily be done in so many ways. I recommend checking out Express for that.