Git Product home page Git Product logo

marslan2037 / oasis-react-ui-component-library Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nextgensoftwareuk/oasis-react-ui-component-library

0.0 0.0 0.0 4.62 MB

This is the OASIS React UI Components Library that can be used to pick n mix into other React sites who wish to integrate into the OASIS API. It is also the main OASIS Portal site and example site of how to build a UI on the OASIS API.

JavaScript 73.07% CSS 8.61% HTML 1.55% SCSS 16.76%

oasis-react-ui-component-library's Introduction

WEB4 OASIS API React Component Library

This is the WEB4 OASIS React UI Components Library that can be used to pick n mix into other React sites who wish to integrate into the WEB4 OASIS API. It is also the main OASIS Portal site and example site of how to build a UI on the WEB4 OASIS API.

This project was bootstrapped with Create React App.

Project Structure

├── react-app 
│   ├── public
│   │   └── index.html
│   ├── src
|   |   ├── assets
|   |   |   ├── images
|   |   |   ├── scss
|   |   ├── components 
|   |   |   ├── common
|   |   |   |   ├── sidebar
|   |   |   ├── popups
│   │   └── index.js

All of the files are stored in react-app folder.

  • index.html is the main html file
  • assets folder contains all assets files for each component like images and css/scss files.
  • components folder contains different components used in the app.
  • components/common folder contains different components tha are common like sidebar, navbar etc.
  • components/popups folder contains different popup components.
  • index.js is the main javaScript file needed for the react-app.

CSS Syntax rules

Please follow these rules so that the other CSS classes does not gets messed up.

For example if you create a component called Login.js It's outer most tag element should have a class of login and the child elements of login should have a class name started with login-

The CSS file should be named Login.css and should be stored under the CSS folder.

How to run the app

First make sure you are in the react-app folder. Then run this command

npm i

This will install all the third-part components used in the project

After this run the following command to open the project in dev mode

npm start

oasis-react-ui-component-library's People

Contributors

dellams avatar marslan2037 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.