goyal-Dushi / X-Coins-Forms

Performing form validation in React using Formik
https://goyal-dushi.github.io/X-Coins-Forms
0 stars 1 forks source link
formik react sass yup-validation

Welcome 👋

Overview

This is a React app utilizing the features of Fromik (most famous form handling lib for React) It features a clone of Xcoins website's user Registration form handling and validation using Fromik and React

Table of Content

Please don't just fork the repo , do leave a ⭐

Getting Started with Create React App

This project was bootstrapped with Create React App.

npm install

After cloning the project repo,navigate to you repo in the terminal and run the cmd in order to install all the dependencies

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.\ Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.\ You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.\ See the section about running tests for more information.

Contribution Guidelines

1) Raise an issue before making a contribution or comment 'interested' if want to work on a particular issue 2) After assignement, fork the repo and install all the dependencies 3) Make sure to make a new branch for working on the issue (no PR accepted on the main/master branch)