0xELJ / media-rtk-query

Easily create users and manage the photo albums for each user

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Photo Albums

React app that allows easily create users and manage the photo albums for each user. The state management was done with Redux Toolkit (RTK), Async Thunks and RTK Query.

Install Dependencies

Install the necessary dependencies for this project:

npm install

Start the Dev Server

In the project directory, start the mock server:

npm run start:server

To start the app client in development mode:

npm start

Build for production

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

About

Easily create users and manage the photo albums for each user


Languages

Language:JavaScript 92.0%Language:HTML 7.8%Language:CSS 0.3%