Skip to content

Sign up form built with React, Redux, and redux-form, and styled using SASS.

Notifications You must be signed in to change notification settings

CodeWithOz/001-sign-up-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sign Up Form

Live demo available here.

This is a sign up form built with React, Redux, and redux-form, and styled using SASS. It is my recreation of challenge 001 of the React Daily UI challenge by Fullstack React.

Empty Form Form Validation Original (Fullstack React)
empty form form validation empty form

Developer Setup

Clone the repo and cd into the newly-created 001-sign-up-form folder:

git clone https://github.com/CodeWithOz/001-sign-up-form.git
cd 001-sign-up-form/

Install dependencies and run the dev server:

npm install
npm start

Testing

Run npm test.

This project was bootstrapped with Create React App so all its cli options are available.

Building for production

I use forever to serve the app on the production server, so the serve script in the package.json file accounts for this (as explained here).

About

Sign up form built with React, Redux, and redux-form, and styled using SASS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published