/react-modal

React Modal Assessment

Primary LanguageJavaScript

react-modal

React modal assessment

This project was bootstrapped with Create React App.

Live Demo

Set Up

1. Clone this repository

git clone https://github.com/tkhquang/react-modal.git
cd react-modal

2. Install the required packages

With Yarn

yarn install

With NPM

npm install

In the project directory, you can run:

Run The App Locally

With Yarn

yarn start

With NPM

npm start

This will run 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.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.