/React_Website_with_Page_Transitions_using_Framer_Motion

Simple React website with page transitions using framer motion. You can add animation effects whenever you change routes using react router. I used react hooks and styled components to create this web design

Primary LanguageJavaScript

React_JS_Website_with_Page_Transitions_using_Framer_Motion

Simple React website with page transitions using framer motion. You can add animation effects whenever you change routes using react router. I used react hooks and styled components to create this web design

What is the .env file for?

env file in our react js project. If you are using some external APIs for data you must use the . env file to store your sensitive credentials like API keys. Environment variables can also help us to store our API link in one location so that we don't have to change the link in each file manually.***