askharley / project-zeus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚡Project Zeus⚡

This monorepo serves as a tool for learning as well as reference point for a couple of different things:

  • A React folder structure that will scale with your application
  • How to build your own reusable components that can be shared across your application
  • How to make use of environmental variables
  • How to implement various approaches to state management (Redux, react-query, Recoil etc)
  • How to persist state to local storage so that it's available on the user's next visit

Table of Contents

⚡ Get Started

Clone Repo

# clone the repo
$ git clone git@github.com:askharley/project-zeus.git

# navigate into the repo root
$ cd project-zeus

# go into the project of your choosing
$ cd react-query

Install

# install the dependencies
$ npm i

# start the application
$ npm start

📚 Projects

🤖 Deployments

1️⃣ react-query

2️⃣ redux-clean

About

License:MIT License


Languages

Language:JavaScript 96.1%Language:HTML 3.9%