frontend-dev-exercise

About The Project

A sample sign-up page UI implemented using React. This project was bootstrapped with Create React App.

A list of commonly used resources that I find helpful are listed in the acknowledgements.

Getting Started

To view the HTML/CSS-only version of the app, right-click on index.html within VS Code and select "Open with Live Server".

To get a local copy up and running follow these simple steps.

Prerequisites

  • npm
    npm install npm@latest -g

Installation

  1. Clone the repo

    git clone https://github.com/your_username_/frontend-dev-exercise.git
  2. Install NPM packages

    npm install
  3. Runs the app in development mode.

    npm start

    Open http://localhost:3000 to view it in the browser. The page will reload if you make edits.
    You will also see any lint errors in the console.

  4. Builds the app for production to the build folder.

    npm run build

    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.

Contact

Kristiina Eelnurme - @keelnu - kristiina.eelnurme@gmail.com

Project Link: https://github.com/keelnu/frontend-dev-exercise

Acknowledgements