Skip to content

Latest commit

 

History

History
 
 

modal-component

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Modal Component

Modal component in React using react-hooks and styled-components.

Demo -

modal-demo.mp4

Environment Setup-

  • Drop a ⭐ on the GitHub repository.

  • Run this command to install all dependencies for the project.

yarn install

If you are using npm, you can delete the yarn.lock file and run npm install. That will add the package-lock.json to your folder.

  • Run this command to start the project.
yarn start

or

npm start

for those using npm.

  • Open link to view the website in your browser window if it doesn't open automatically.
http://localhost:3000/

Author

okarin1511