Coder Social home page Coder Social logo

toucan's Introduction

TOUCAN

Client

Tech

  • TypeScript
  • React 18.x
  • Hooks
  • Context API

Folder Structure

assets: This folder contains common styles and public assets that can be used across the project

components : This folder houses layout components, which are responsible for rendering the UI. It is further organized into sub-folders based on the Atomic Design methodology:
    atoms: Contains individual element layouts, such as buttons, input or fields.
    molecules: Groups atoms together to create more complex components, like a search bar or a dropdown.     organisms: Combines molecules, atoms, to form larger, self-contained units representing UI modules.     templates: Contains CSS specific to page templates, defining the overall layout and structure of pages.

containers: This folder holds components responsible for managing state and data. These components typically interact with the store or data sources, encapsulating logic related to data retrieval, manipulation, or state management.

models: This folder contains model interfaces, which define the structure and shape of data models used in the application.

store: This folder encompasses components related to the global store, implemented using the Context API. It is responsible for managing application-wide state and provides a way to share data and functionality between components.

toucan's People

Contributors

corscheparrera avatar

Watchers

James Cloos 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.