Skip to content

Latest commit

 

History

History
49 lines (39 loc) · 926 Bytes

README.md

File metadata and controls

49 lines (39 loc) · 926 Bytes
Cover
Ui Home

Maybe you ask yourself: why Redux?

The objective of this project was to know and configure a simple project with redux toolkit (or RTK), as this project would combine very well with just Context API or React-Query.

UI

For this project I created a Figma with all the pages, tokens and components, access it by clicking here

Technologies

  • React.js
  • @reduxjs/toolkit
  • react-router-dom
  • styled-components
  • polished
  • axios
  • eslint
  • prettier
  • Typescript
  • husky
  • vite
  • Miragejs (backend faker)
  • Vercel

install dependencies

yarn

# or npm i

Run in development

yarn dev

# or npm run dev

Build

yarn build

# or npm run build