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
- Host: GitHub
- URL: https://github.com/stantanasi/cookbook
- Owner: stantanasi
- License: apache-2.0
- Created: 2024-07-14T14:20:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-04-26T18:02:33.000Z (about 2 months ago)
- Last Synced: 2026-04-26T20:10:18.122Z (about 2 months ago)
- Topics: cookbook, recipe-app, recipe-website, recipes
- Language: TypeScript
- Homepage: https://stantanasi.github.io/cookbook/
- Size: 40.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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