Otter is an upcoming online service company.
Our app enables you to sign up to receive the latest information about the exciting services we are about to launch.
We are using React JavaScript library for the front end. It sends sign up information (name and email) to an API.
-
Created with Create React App.
-
CSS styles with Styled Components
-
Packages installed using npm
To download and install the app:
Open Terminal (or PC command line equivalent). Clone the repository and change into the Otter directory.
git clone https://github.com/AttyC/Otter
cd Otter
Run the following command to install dependencies:
yarn install
To run and view the app in your browser
yarn start
Now go to http://localhost:3000/ and see the app running.
Tests cover validation of form fields and submission
yarn test
To build the app for production
yarn run build
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!
See the section about deployment for more information.