https://github.com/coder-abdo/giza-crud-task
https://github.com/coder-abdo/giza-crud-task
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/coder-abdo/giza-crud-task
- Owner: coder-abdo
- Created: 2023-12-12T07:22:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-17T23:39:19.000Z (over 2 years ago)
- Last Synced: 2025-01-14T11:58:21.961Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://giza-crud-task.vercel.app
- Size: 223 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Books Store
## Description
this is a simple books store app using react and redux-toolkit with the help of typescript and react-bootstrap.
### Technologies:
1. React.JS.
2. Redux-toolkit.
3. Typescript.
4. React-bootstrap.
5. Formik.
6. Yup.
### How to run the app:
- Install dependencies:
```bash
bun install or `yarn install` or `npm install`
```
- Run the app:
1. run the server:
```bash
bun backend or `yarn backend` or `npm backend`
```
2. run the app:
```bash
run `bun dev` or `yarn dev` or `npm dev`
```
#### Note:
- don't forget to run the server first.
- the base `url` for the server is in the `.env` with name `VITE_BASE_URL` so make sure you add that file at the root of the app.