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

https://github.com/stantanasi/cookbook

My cookbook made with Expo (React Native), in TypeScript
https://github.com/stantanasi/cookbook

cookbook recipe-app recipe-website recipes

Last synced: 25 days ago
JSON representation

My cookbook made with Expo (React Native), in TypeScript

Awesome Lists containing this project

README

          

Cookbook





My cookbook made with Expo (React Native), in TypeScript.



Visit Website »





Report Bug
·
Request Feature

Table of Contents

- [About the project](#about-the-project)
- [Built with](#built-with)
- [Getting started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Development](#development)
- [Author](#author)
- [License](#license)

## About the project

My cookbook made with Expo, in TypeScript.

### Built with

- [Expo](https://expo.dev)
- [React Native](https://reactnative.dev)
- [React Navigation](https://reactnavigation.org)

## Getting started

### Prerequisites

Install [Node.js](https://nodejs.org) which includes [Node Package Manager](https://www.npmjs.com/get-npm)

Install the [Expo CLI](https://www.npmjs.com/package/expo-cli) globally:
```bash
npm install -g expo-cli
```

### Setup

1. Clone the project to your local machine

```bash
git clone https://github.com/stantanasi/cookbook.git
cd cookbook
```

2. Install the packages required

```bash
npm install
```

## Development

Run development mode

```bash
npm run start
```

## Author

- [Lory-Stan TANASI](https://github.com/stantanasi)

## License

This project is licensed under the `Apache-2.0` License - see the [LICENSE](LICENSE) file for details




© 2024 Lory-Stan TANASI. All rights reserved