Coder Social home page Coder Social logo

thechinedu / perspective-preview Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 133 KB

This tool provides a simple way to preview funnel data for perspective.

Home Page: https://perspective-preview.vercel.app/

TypeScript 96.02% CSS 1.28% JavaScript 2.70%

perspective-preview's Introduction

Perspective Preview - A simple tool to preview your perspective funnel data

This tool is a simple way to preview funnel data for perspective. It is a simple web app that allows you to upload a funnel json file and preview the data on various mobile viewports.

Content

Overview

This application is written using Next.JS and Typescript. It uses Tailwind CSS for styling and Jest and React testing library for testing.

The following are the key component and files included in the application:

  • src/components directory: contains the components that make up the application
  • src/providers directory: contains the context providers that make it easy to share functionality across the application

Prerequisites

This application depends on Node.JS 16 so please ensure that you have it installed on your machine.

Installing Dependencies

To ensure that the application runs correctly, you have to make sure all dependencies are correctly installed. This can be done by running the following command:

# yarn
yarn install

# or npm
npm install

Running the Application

Once all dependencies are installed, you should be able to run the application. The application can be started in development mode using:

# yarn
yarn dev

# or npm
npm run dev

To start the application in production mode, you can run:

# yarn
yarn start

# or npm
npm start

Running Tests

Test files are placed in close proximity to the files they are testing. All tests can be run with the following command:

# yarn
yarn test

# or npm
npm test

perspective-preview's People

Contributors

thechinedu avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.