Coder Social home page Coder Social logo

ecommerce-web-app's Introduction

Ecommerce-web-app

Repository where the code related to the Ecommerce web app can be found.

Video 1

  1. Creation of project. npx create-react-app ecommerce-app

  2. Creation of the firebase project

  3. Create an app (web)

  4. Install firebase

  5. Create firebase.config.js including the configuration of firebase

  6. npm install -g firebase-tools

  7. Create .env variables

  8. Initialize products (hosting, firestore, functions, storage, auth)

  9. First deployment: firebase login firebase init firebase deploy (hosting, firestore, functions, storage, auth)

  10. Configure firestore

Video 2

Configure navigation.

  1. Install react router dom npm install react-router-dom

  2. Create routes folder

  3. Create Router.jsx

  4. Create AnimatedRoutes.jsx

  5. Install framer-motion for animations between transitions npm install framer-motion

  6. Create route for login

  7. Create /screens folder

  8. App loads the login screen, change app.js to app.jsx

  9. Remove the unnecesary things in the index.html

Video 3

Starting the login page

  1. Create styles folder.

  2. Create screen.css.

  3. Create component for login form in components/loginform

  4. Create form.css.

  5. Style the form

Video 4

Start the authenticator process - Preparing the context

  1. Create a context in contexts/auth

  2. Create the authContext.jsx, authReducer.js and types.js

ecommerce-web-app's People

Contributors

kecoma1 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.