Giter VIP home page Giter VIP logo

react_sample's Introduction

React Sample

GitHub stars

Start your React Project with a ready config!

this is a sample of the ReactJs project for starting easily and fast.
In this project, we added some configs and installed some necessary packages. they help you to ready very fast and don't waste time them.

Contents




  • Configs

    • Eslint
    • Prettier
    • Atylelint
    • Dockerfile
    • .env file
    • Redux Config
    • Style Config
    • jsconfig file
    • SEO & PWA tags
    • API cache system
    • create constants
    • Private route system
    • lint-staged config
    • Edit manigest.json
    • First loading animation
    • API Pattern for request
    • Lock API request system
    • Cancel duplicate request
    • Reset default browser CSS
    • Pre-Commit config (husky)
    • Scroll to the top when route change
    • Transform data system for API request
  • Packages

    • sass (for component module sass)
    • animate.css (for your animations)
    • tailwindcss (for main style system)
    • lodash (for working easily with array)
    • axios (for API service and request system)
    • classnames (for merge ClassNames and module sass)
    • nookies (for working with cookies like token system)
    • react-router-dom (for routing system in your project)
    • prop-types (for specify type in your JSX & component file)
    • react-toastify (for notify message to user in your project)
    • react-device-detect (for check devices and specify mobile type)
    • @reduxjs/toolkit & react-redux (for state management in your project)
  • Hooks

    • useApi (for in page requests)
    • useCopyToClipboard (for copy text)
    • usePageData (for main page requests)
    • useOnScreen (for traking an element on screen)
  • Tools (utils)

    • Snackbar
    • htmlDecode function
    • URLs for share in social
    • generateSnackbar function
    • apiRequestObject for API pattern
    • removeUndefinedFromObj function
    • propsToClassName for working with props
    • Log system (Empty function for your config)
    • setCookie, getCookie and removeCookie functions
    • redirect and attachObjectQueriesToUrl functions
    • truncate and shouldTruncate functions for your texts
    • isDemo, isProduction, isDevelopment, appVersion and appName variables
    • faToEn, enToFa, arToFa, faPriceToEnNumber and formatPrice functions for your numbers

You Can Use In This Project

  • You can use the AnimateCSS framework for your animations, add the class animate__animated to an element, along with any of the animation names white the animate__ prefix.

    <h1 class="animate__animated animate__bounce">An animated element</h1>

    REF: https://animate.style/

  • You can use Vazir font in this project. for change EN to FA number with font, use fa-num-font and fa-num-font-bold class. also you can use vazir-bold for bold type.

  • You can import file from src address like this:

    import { INDEX_PAGE_ROUTE } from 'routes/RedirectRoutes';


API Pattern Example

  • Your API

    TODO

  • useApi

    TODO

  • usePageData

    TODO


How To Run

  • First Git Clone Or Download Project
  • Copy and rename .env.example to .env
  • npm install or yarn add
  • Just Run: npm start
  • Run white style watching:
    • Windows: npm run dev:win
    • Linux or MaxOs: npm run dev:linux

Other Commands

  • Test: npm run test
  • Build: npm run build
  • Eslint: npm run lint:fix
  • Prettier: npm run pretty
  • Stylelint: npm run lint:style
  • Styles (Watching): npm run styles
  • Build Styles: npm run build:styles

Project TODO

  • useApi
  • storybook
  • usePageData
  • API cache system
  • cancel duplicate request
  • Add API pattern Doc to MD file
  • Add usePageData & UseApi Doc to MD file

react_sample's People

Contributors

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