Code Monkey home page Code Monkey logo

silex-app's Introduction

A demo app with several boards showcasing multiple libraries with React, written in typescript. The app intent is to get familiarized with React.

Current boards:

Contribute

Please feel free to raise a new issue if you see some feasible improvements or you detect a bug. New demos showcasing react-konva abilities are welcome.

How to add a new demo

Copy this repository on your local path with git clone. Then

npm i
npm run dev

Copy a existing demo in the src/demos folder such as 'drag-a-star'. Rename the exported component with your demo name. Then you can add the demo to the dictionnary of existing demo in the src/contant.tsx file

export const demosDetails = [

    ... exisisting demos
    ...
    {
      path: "/demos/your-demo-name",
      element: <YourDemo />,
      title: 'Your Demo Title',
      icon: <YourDemoIcon />,
      screenshotUrl: yourDemoScreenshotUrl
    },
  • path is the route of your demo
  • element is the actual react component of your demo
  • icon can be chosen in react-icons package
  • screenshotUrl is the path to a screenshot of your demo that should be saved in src/assets folder.

Once the demosDetails array is actualized, navbar and menu should display link to your demo page.

silex-app's People

Contributors

korkorran avatar thedrimo avatar

Stargazers

Niraj Rana avatar

Watchers

 avatar

Forkers

thedrimo

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.