Giter VIP home page Giter VIP logo

codingleo.com's Introduction

codingleo.com

Codebase

💻 Technologies

Here's a list of the main technologies used:

  • React: Frontend React App
  • ThreeJS: Create and animate 3D graphics
  • GSAP: High-Performance animation library
  • Styled Components: Styling for components
  • Redux: Application state container
  • Redux-Saga: Middleware used by Redux store to communicate with different states asynchronously.
  • Redux Sauce: Tool for creating and organizing reducers, actions, and types for Redux.

🦆 Ducks Pattern

The main structural difference of the Ducks pattern is that it combines reducers, types, and actions into a single file, and with the help of Redux Sauce, we have a global state, actions, types, reducers, and initial state for each necessary page or structure. Thus, making files less extensive and easy to maintain.

✨ Code Style

We run Prettier and ESLint to maintain basic code quality standards, which are based on the airbnb standard. ESLint is also run in the pipeline to ensure that no low-quality code enters the repository. To facilitate the process of addressing ESLint configuration issues, download the VS Code extension Prettier ESLint and configure it to format the code on "Format on save".

⚙️ Installation

We have only two installation steps for the application:

  1. Install yarn: We use yarn to manage JavaScript code dependencies. Read the documentation for installation instructions.
  2. Install dependencies: To install project dependencies, simply run the command: yarn

🔥 Running Locally

  1. Start: To run locally, simply execute the command: yarn start
  2. Lint: To test syntax according to lint settings, run the command: yarn lint

codingleo.com's People

Contributors

leodavinci1 avatar

Stargazers

Sayeh Ghaderi avatar Conor O'Brien avatar Miguel Rodríguez avatar rai avatar

Watchers

James Cloos avatar  avatar Anmol Chhabra 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.