Skip to content
/ muxt-ts Public template

muxt-ts-context is a NextJS app that built with Typescript and MUI based on https://github.com/HPouyanmehr/muxt-ts but with usage of React's useContext API to provide the context to the application globally

License

Notifications You must be signed in to change notification settings

MrSrv7/muxt-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MUXT-TS

muxt-ts is a NextJS app built with Typescript and MUI based on HPouyanmehr's repository but with ReactJS's useContext API to provide the context to the application globally. In this application, we will implement the context for theming where the user can toggle the themes (light/dark) with useContext's actions and getters.

Getting Started

First, clone the project.

HTTPS: git clone https://github.com/MrSrv7/muxt-ts-context.git
# or
SSH: git clone git@github.com:MrSrv7/muxt-ts-context.git

Install the dependencies.

npm install
# or
yarn install
# or
pnpm install

Run the development server.

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

This project uses next/font to optimize and load Inter, a custom Google Font automatically.

Learn More

  • ReactJS - Learn ReactJS features and API.
  • Next.js Documentation - learn about Next.js features and API.
  • MUI - Learn MUI (UI Library for ReactJS based on Google's Material guidelines)
  • Typescript - Learn Typescript features and API

About

muxt-ts-context is a NextJS app that built with Typescript and MUI based on https://github.com/HPouyanmehr/muxt-ts but with usage of React's useContext API to provide the context to the application globally

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages