Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fullstackreact/react-daily-ui
100 Days of React UI Interfaces - https://codepen.io/collection/DoLZRm/4/
https://github.com/fullstackreact/react-daily-ui
Last synced: 1 day ago
JSON representation
100 Days of React UI Interfaces - https://codepen.io/collection/DoLZRm/4/
- Host: GitHub
- URL: https://github.com/fullstackreact/react-daily-ui
- Owner: fullstackreact
- Created: 2016-09-09T16:28:18.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-11T07:11:57.000Z (about 7 years ago)
- Last Synced: 2024-07-31T21:53:38.274Z (3 months ago)
- Language: CSS
- Size: 41.8 MB
- Stars: 931
- Watchers: 76
- Forks: 329
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-repositories - fullstackreact / react-daily-ui
README
# React Daily UI [![Dolpins](https://cdn.rawgit.com/fullstackreact/google-maps-react/master/resources/readme/dolphins-badge-ff00ff.svg)](https://www.fullstackreact.com)
> A collection of React apps built by [Jack Oliver](http://www.jackoliver.info/react-daily-ui/) and blogged by [Sophia Shoemaker](https://twitter.com/wisecobbler) and the [Fullstack React](https://fullstackreact.com) team.
>
> Check out the full [CodePen collection here](http://codepen.io/collection/DoLZRm/).We are excited to be partnering with [Jack Oliver](https://twitter.com/mrjackolai), a designer and developer who is embarking on an ambitious project to create [100 React UI components in 100 days](http://codepen.io/collection/DoLZRm/).
In the series, we will be taking Jack Oliver's code and design and desconstructing them to give you a step-by-step picture of how all the pieces fit together and hopefully inspire you to write some React code of your own.
## Days
Day
Preview
Description
Blog
001
Create a sign-up form
:white_check_mark: :dolphin: :arrow_right:
002
Checkout form
:white_check_mark: :dolphin: :arrow_right:
003
Netflix Landing Page
:white_check_mark: :dolphin: :arrow_right:
004
3D Calculator
:white_check_mark: :dolphin: :arrow_right:
005
Weather App Icon
:white_check_mark: :dolphin: :arrow_right:
006
Profile Page
:white_check_mark: :dolphin: :arrow_right:
007
Reactagram
:white_check_mark: :dolphin: :arrow_right:
## Instructions
All of Jack Oliver's original designs and code are hosted on Codepen. For the purposes of this blog series, we have created this Github repository containing all the code for each daily component.We've used the [`create-react-app`](https://github.com/facebookincubator/create-react-app) tool to set up our environment. To run the code `cd` into each individual folder and run the following commands:
1. `npm install` will install all the libraries you'll need to get each Daily UI running.
2. `npm start` compiles all of your files and boots up a dev server. Browse to `localhost:3000` to find your application running.
## Prerequisites
You'll need to have `node` and `npm` installed on your machine to run the commands. Head over to the [node.js](https://nodejs.org/en/) website and download the neccessary files to get those installed.## Authors
This series is a joint effort between:* [Jack Oliver](http://www.jackoliver.info/react-daily-ui/)
* [Sophia Shoemaker](https://twitter.com/wisecobbler)
* [The Fullstack React Team](https://fullstackreact.com)## Contributing
```shell
git clone https://github.com/fullstackreact/react-daily-ui.git
cd react-daily-ui
```
___# Fullstack React Book
This React Daily UI repository was built alongside the React Daily UI blog series.
This repo was written and is maintained by the [Fullstack React](https://fullstackreact.com) team. In the book we cover many more projects like this. We walk through each line of code, explain why it's there and how it works.
This collection React application only a sample of what our book offers. If you're looking to learn React, there's no faster way than by spending a few hours with the Fullstack React book.