Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/albaitas/react-redux-router-typescript-ristoranteelixir-fv1
This is a restaurant website project written using Create React App, Typescript, Redux, Router, Formik, with Axios and fake JSON Server API.
https://github.com/albaitas/react-redux-router-typescript-ristoranteelixir-fv1
axios formik json-server react-hooks reactjs redux router5 spring tostify typescript yup
Last synced: 1 day ago
JSON representation
This is a restaurant website project written using Create React App, Typescript, Redux, Router, Formik, with Axios and fake JSON Server API.
- Host: GitHub
- URL: https://github.com/albaitas/react-redux-router-typescript-ristoranteelixir-fv1
- Owner: albaitas
- Created: 2022-05-19T12:49:05.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-19T12:52:33.000Z (over 2 years ago)
- Last Synced: 2024-04-28T08:02:50.511Z (6 months ago)
- Topics: axios, formik, json-server, react-hooks, reactjs, redux, router5, spring, tostify, typescript, yup
- Language: TypeScript
- Homepage:
- Size: 2.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-redux-router-typescript-ristoranteElixir-fv1
This is a restaurant website project written using Create React App, Typescript, Redux, Router, Formik, with Axios and fake JSON Server API.
## Features
- JSON Server API
- Actions
- Reducers
- Router v5
- React Custom Hook
- Formik
- Yup
- Tablet and mobile friendly## Build with
- React Js, Css, Redux, Axios, Typescript
- React Hooks: useState, useEffect
- react-redux, redux-thunk, redux-devtools-extension
- reactstrap
- react-icons
- react-spring
- react-toastify## Installation
Install **`git`**, **`nodejs`**, **`npm`** in your local computer
Clone this repository to your local computer:
**`$ git clone https://github.com/albaitas/react-redux-router-typescript-ristoranteElixir-fv1.git`**
Install dependencies:
**`npm install`**
Runs the app in the development mode:
**`npm run dev`**
Uses concurrently to run json-server and app at the same time:
- starts the json server on port 3001
- starts the app on http://localhost:3000