SaiSarath01 / calculator

Calculator App build using Next JS, Redux and SCSS

Home Page:https://next-calci.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redux Toolkit TypeScript Example

This example shows how to integrate Next.js with Redux Toolkit.

The Redux Toolkit is a standardized way to write Redux logic (create actions and reducers, setup the store with some default middlewares like redux devtools extension). This example demonstrates each of these features with Next.js

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

How to use

Execute create-next-app with npm, Yarn, or pnpm to bootstrap the example:

npx create-next-app --example with-redux with-redux-app
# or
yarn create next-app --example with-redux with-redux-app
# or
pnpm create next-app --example with-redux with-redux-app

Deploy it to the cloud with Vercel (Documentation).

About

Calculator App build using Next JS, Redux and SCSS

https://next-calci.vercel.app/


Languages

Language:TypeScript 74.2%Language:SCSS 24.7%Language:JavaScript 1.1%