/kampagnen-frontend

A React web application for a list of campaigns

Primary LanguageJavaScriptMIT LicenseMIT

kampagnen-frontend

A React web application for a list of campaigns.

The built version is now hosted on this address and you can check it with your browser

Details

  • This PDF contains the details of the project

Designs

The app based on the following designs which were hosted on Zeplin:

The main page - List of all campaigns

A modal for adding a new campaign

Usage

Develop

  1. Cd to the folder of the project
  2. Install the dependencies by npm i
  3. Start the development web server of the project
        npm start
        # or yarn start

Build

Run the following code and your built version would be available at /build folder.

    npm run build
    # or yarn build