Giter Club home page Giter Club logo

react-ecommerce-app's Introduction

DEBBIE O'BREIN- REACT GIRL

introduction

Ecommerce Project with React and vite, NodeJs and MongoDB and tailwindcss built with context api and redux

tailwind installation

npm create vite@latest my-project -- --template react cd my-project

npm install -D tailwindcss postcss autoprefixer npx tailwindcss init -p

/** @type {import('tailwindcss').Config} */ export default { content: [ "./index.html", "./src/**/*.{js,ts,jsx,tsx}", ], theme: { extend: {}, }, plugins: [], }

@tailwind base; @tailwind components; @tailwind utilities;

data for makeup

https://makeup-api.herokuapp.com/ https://jsonformatter.org/json-viewer https://github.com/PMGH/makeup/blob/master/src/components/FilterByButton.jsx#L12

new features to be added

filter on products page keep making it responsive for all screens make products clickable improve performance with unique way add securtity to this project start using jest

let's make this project as a template to upload for pay

on theeme forest

using google font in react project

To use Google Fonts in your React project, follow these steps: Visit the Google Fonts website. Choose your desired font(s) and click on the + Select this font button. In the panel that appears, you'll see a link to include in your HTML. Open the public/index.html file in your React project. In the section of the HTML file, add the link to the Google Fonts CDN with the desired font family. You can now use the font in your CSS code like this:

https://fonts.google.com/

more features of tailwindcsss - don't forget to install the library- complicated

https://flowbite.com/docs/getting-started/introduction/ https://tailwindui.com/components/application-ui/elements/buttons

2-4-24

learnt and added custom console.log() in keyboard shortcuts: like below:- { "key": "ctrl+shift+l", "command": "editor.action.insertSnippet", "when": "editorTextFocus", "args": { "snippet": "console.log('${TM_FILENAME}','${TM_SELECTED_TEXT}$1')$2;" } } New features of ECMA 13:- https://www.sencha.com/blog/6-amazing-and-useful-new-javascript-features-in-es13/

deploy

https://github.com/ErickKS/vite-deploy https://github.com/actions/setup-node https://vitejs.dev/guide/static-deploy#github-pages

next goal- to create custom theme project

https://debbie.codes/blog/theming-in-react/ https://debbie.codes/videos

next would be live streaming app

react file reader

https://www.npmjs.com/package/@cyntler/react-doc-viewer?activeTab=readme https://www.npmjs.com/package/react-doc-viewer

react-ecommerce-app's People

Contributors

saadhya avatar

Watchers

 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.