aluciu / react-ui

UI Kit built on react.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React UI

This project was bootstrapped with Create React App.

yarn install
yarn start
yarn build

Folder Structure

.
├── build                   # Production version (for deploy)
├── config                  # Configuration files for webpack
├── public                  # Template files
├── scripts                 # Yarn scripts
├── src                     # Development version
│   ├── components          # React components
│   ├── containers          # React pages
│   ├── css                 # Global CSS files
│   │   ├── base.css        # Base styles
│   │   ├── colors.css      # Colors variables
│   │   ├── layout.css      # Layout styles
│   │   └── reset.css       # CSS Reset
│   ├── elements            # React elements
│   ├── index.css           # Global styles
│   ├── index.js            # Entry point of the app
│   └── mock-data.js        # Mockup data
├── package.json
└── README.md

Components

Weather

For weather component I use Weather Underground API

Icons

React Icons

Charts

Recharts

Calendar

react-day-picker

Links

About

UI Kit built on react.js


Languages

Language:JavaScript 77.3%Language:CSS 21.6%Language:HTML 1.1%