Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alrammahi-mariia/tasteit
Recipes app built with React JS.
https://github.com/alrammahi-mariia/tasteit
Last synced: 23 days ago
JSON representation
Recipes app built with React JS.
- Host: GitHub
- URL: https://github.com/alrammahi-mariia/tasteit
- Owner: alrammahi-mariia
- Created: 2022-05-09T09:11:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T15:53:03.000Z (5 months ago)
- Last Synced: 2024-11-14T01:29:41.087Z (3 months ago)
- Language: JavaScript
- Size: 23.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TasteIT React JS final project
A collection of recipes from all over the world, built with React JS.
With this app you can display a list of recipes and see the country of their origin, you can also add your favorite recipe to the collection.
## Running a project locally
### `npm start`
In the project directory, you can run:
### `npm run server`
Start JSON Server on 3010 port. You can change port in package.json:
```shell
json-server -p3010 --w db.json
```