Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cudi7/pixelform-front

Front-end form app build with React, NextJS, TypeScript, MUI, Redux, RTK Query
https://github.com/cudi7/pixelform-front

formik-yup jest mui nextjs react reacttestinglibrary redux-toolkit rtk-query typescript

Last synced: about 10 hours ago
JSON representation

Front-end form app build with React, NextJS, TypeScript, MUI, Redux, RTK Query

Awesome Lists containing this project

README

        

#

Next.js with TypeScript (Users and Texts App)


Back-end form app build with Node.js





API stability


Build Status


Built with ❤︎ by
Roger Codina

Live examples:

## Why?

The why is simple, I wanted to refresh my full stack skills building a short but concise app using all the stack that you will read below.

After this little training I'm going to execute something bigger, I will build an Amazon Clone, check it out!

## Stack

In this app I used:

### Front

- Typescript
- React with Nextjs
- Material-UI
- Redux Toolkit with RTK Query
- Usual hooks, plus, useContext, useCallback and useMemo
- Formik + Yup
- React testing library and Jest (no testing yet)

### Back

- Typescript
- NodeJS
- Express
- MongoDB

## What can you do?

Add, update, delete, delete many, search, filter, sort

## Installation

`cd` in folder and execute:

```bash
npm install
```

```bash
npm run dev or npm run start
```