/react-daily-ui

100 Days of React UI Interfaces rewrite with hooks and functional components

Primary LanguageCSSMIT LicenseMIT

React Daily UI - Rewrite with react hooks

A collection of React apps built by Jack Oliver and blogged by Sophia Shoemaker and the Fullstack React team.

Days

Day Preview Description Demo
001 Create a sign-up form 🐬 ➡️

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 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 website and download the neccessary files to get those installed.

Authors

This series is a joint effort between:

Contributing

git clone https://github.com/miladr0/react-daily-ui.git
cd react-daily-ui