GithubHelp home page GithubHelp logo

use-my-tools / front-end Goto Github PK

View Code? Open in Web Editor NEW
0.0 4.0 0.0 7.71 MB

๐Ÿ›  Tool Rental Made Easy , Built with React, React Router, Styled Components, Redux, Pigeon Maps, Node/Express, Postgresql

Home Page: https://miranda-usemytools.netlify.com/register

HTML 0.79% JavaScript 99.10% CSS 0.11%
react javascript styled-components react-router-dom redux nodejs express pigeon-maps

front-end's Introduction

deployed site : https://miranda-usemytools.netlify.com/. HAVE FUN !!! ๐Ÿ˜Š

React ยท GitHub license npm version Coverage Status CircleCI Status PRs Welcome

React is a JavaScript library for building user interfaces.

  • Declarative: React makes it painless to create interactive UIs. Design simple views for each state in your application, and React will efficiently update and render just the right components when your data changes. Declarative views make your code more predictable, simpler to understand, and easier to debug.
  • Component-Based: Build encapsulated components that manage their own state, then compose them to make complex UIs. Since component logic is written in JavaScript instead of templates, you can easily pass rich data through your app and keep state out of the DOM.
  • Learn Once, Write Anywhere: We don't make assumptions about the rest of your technology stack, so you can develop new features in React without rewriting existing code. React can also render on the server using Node and power mobile apps using React Native.

Learn how to use React in your own project.

Installation

React has been designed for gradual adoption from the start, and you can use as little or as much React as you need:

You can use React as a <script> tag from a CDN, or as a react package on npm.

Documentation

You can find the React documentation on the website.

Check out the Getting Started page for a quick overview.

The documentation is divided into several sections:

You can improve it by sending pull requests to this repository.

Examples

We have several examples on the website. Here is the first one to get you started:

class HelloMessage extends React.Component {
  render() {
    return <div>Hello {this.props.name}</div>;
  }
}

ReactDOM.render(
  <HelloMessage name="Taylor" />,
  document.getElementById('container')
);

This example will render "Hello Taylor" into a container on the page.

You'll notice that we used an HTML-like syntax; we call it JSX. JSX is not required to use React, but it makes code more readable, and writing it feels like writing HTML. If you're using React as a <script> tag, read this section on integrating JSX; otherwise, the recommended JavaScript toolchains handle it automatically.

Contributing

The main purpose of this repository is to continue to evolve React core, making it faster and easier to use. Development of React happens in the open on GitHub, and we are grateful to the community for contributing bugfixes and improvements. Read below to learn how you can take part in improving React.

Facebook has adopted a Code of Conduct that we expect project participants to adhere to. Please read the full text so that you can understand what actions will and will not be tolerated.

Read our contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to React.

Good First Issues

To help you get your feet wet and get you familiar with our contribution process, we have a list of good first issues that contain bugs which have a relatively limited scope. This is a great place to get started.

License

React is MIT licensed.

React-Bootstrap-with-Material-Design

React Bootstrap with Material Design

npm version

Built with React and Bootstrap 4. Absolutely no jQuery.

400+ material UI elements, 600+ material icons, 74 CSS animations, SASS files and many more.

All fully responsive. All compatible with different browsers.


Demo:

Main demo: https://mdbootstrap.com/docs/react/components/demo/

Live Preview

Material Design for Bootstrap Material Design for Bootstrap Material Design for Bootstrap

Version:

  • MDBReact 4.10.0
  • React 16.7.0

Quick start

  • Clone following repo:
git clone https://github.com/mdbootstrap/react-bootstrap-with-material-design .

note "." at the end. It will clone files directly into current folder.

Now you can navigate to our documentation (http://mdbootstrap.com/docs/react/), pick any component and place within your project.

Available commands

  • npm start - runs the app in development mode.
  • npm run remove-demo - remove demo directory from your project and generate a boilerplate for your app
  • npm run build - builds the app for production to the build folder.
  • npm test - runs the test watcher in an interactive mode.

How to install MDB via npm:

  • create new project create-react-app myApp
  • cd myApp
  • npm install --save mdbreact
  • Import style files into the src/index.js before the App.js file:
import "@fortawesome/fontawesome-free/css/all.min.css";
import "bootstrap-css-only/css/bootstrap.min.css";
import "mdbreact/dist/css/mdb.css";

Run server

npm start

PRO version:

React Bootstrap with Material Design PRO (from $79): https://mdbootstrap.com/products/react-ui-kit/

Documentation:

Huge, detailed documentation avilable online on: http://mdbootstrap.com/docs/react/

Highlights:

Bootstrap 4 Up-to-date with the latest standards of Bootstrap 4 and all the best it has to offer.

Detailed documentation Intuitive and user-friendly documentation, created with a copy-paste approach.

No jQuery Writing you code with pure React is now quicker, easier, and cleaner.

Cross-browser compatibility Works perfectly with Chrome, Firefox, Safari, Opera and Microsoft Edge.

Frequent updates Expect any bugs being fixed in a matter of days.

Active community MDB is broadly used by professionals on multiple levels, who are ready to aid you.

Useful helpers Reduce the frequency of highly repetitive declarations in your CSS.

Technical support Every day we help our users with their issues and problems.

SASS files Thought-out .scss files come in a compile-ready form.

Flexbox Full support of Flexbox layout system lets you forget about alignment issues.

A big thank you to all our users who are working with us to improve the software. We wouldn't be where we are without you.

Useful Links:

Getting started: https://mdbootstrap.com/docs/react/getting-started/download/

5 min quick start: https://mdbootstrap.com/docs/react/getting-started/quick-start/

Changelog: https://mdbootstrap.com/docs/react/changelog/

Social Media:

Twitter: https://twitter.com/MDBootstrap

Facebook: https://www.facebook.com/mdbootstrap

Pinterest: https://pl.pinterest.com/mdbootstrap

Google+: https://plus.google.com/u/0/b/107863090883699620484/+Mdbootstrap/posts

Dribbble: https://dribbble.com/mdbootstrap

LinkedIn: https://www.linkedin.com/company/material-design-for-bootstrap

Contact:

[email protected]

front-end's People

Contributors

john2796 avatar

Watchers

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