GithubHelp home page GithubHelp logo

taiseen / add-location-react-app Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 4.45 MB

CRUD App | Acdemayi

Home Page: https://add-location.netlify.app

JavaScript 98.27% HTML 1.52% CSS 0.21%
jsx react react-router-v6 context-api tailwind-css firebase-database crud crud-operation tooltip-library firebase-realtime-database

add-location-react-app's Introduction

15 - March - 2022

add location app --> React + TailwindCSS

Features has or Learning Context...

  • React Router v6
  • Custom Modal Popup
  • Tailwind CSS base UI
  • Project Folder Structure
  • array of object reverse order
  • Context API
    • (centrally data manipulation)
    • (multiple context api)
  • Dynamically id generated by UUID package
    • (for temporary stored data like : array of object)
  • Dummy JSON file DataBase (Full CRUD testing...)
  • using of tost effect for notifications
  • using of tool-tip effect for button hover
  • connect to FireBase DB

Project is created by React Yarn

Package Installed...

  • yarn create react-app testing
  • yarn add react-router-dom
  • yarn add -D tailwindcss postcss autoprefixer
  • npx tailwindcss init -p
  • yarn add uuid
  • yarn add react-toastify
  • yarn add @tippyjs/react

this -D switch create devDependencies section at package.json file

"devDependencies": {
    "autoprefixer": "^10.4.2",
    "postcss": "^8.4.8",
    "tailwindcss": "^3.0.23"
}
  • go to >>> tailwind.config.js file & add these lines...
content: [
    "./src/**/*.{js,jsx,ts,tsx}",
    "./public/index.html"
],
  • must add tailwind directives into index.css file
@tailwind base;
@tailwind components;
@tailwind utilities;
  • if you clone this repo,
    1st must run ==> yarn

add-location-react-app's People

Contributors

taiseen 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.