Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```