A self learning project to implement React, Redux, React Router by integrating Stripe Payment API and firebase
- To implement the basic understanding of React.
- Understand the integration of Stripe Payment API.
- Authenticate users by using firebase.
- Understanding React Router and Redux Store.
- Run
npm i
to install all dependencies. - Run
npm start
to start the development server.