Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sparkbox/sparkeats
Food reviews and restaurant ratings
https://github.com/sparkbox/sparkeats
babashka firebase react scss typescript vite
Last synced: 2 days ago
JSON representation
Food reviews and restaurant ratings
- Host: GitHub
- URL: https://github.com/sparkbox/sparkeats
- Owner: sparkbox
- License: mit
- Created: 2017-05-10T14:36:16.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-02-07T21:13:27.000Z (almost 2 years ago)
- Last Synced: 2024-04-11T03:37:35.693Z (7 months ago)
- Topics: babashka, firebase, react, scss, typescript, vite
- Language: TypeScript
- Homepage: https://sparkbox.github.io/sparkeats
- Size: 41.2 MB
- Stars: 4
- Watchers: 9
- Forks: 5
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Sparkeats
Welcome to Sparkeats!
Sparkeats is a restaurant review app created by [Sparkbox
Apprentices](https://apprentices.sparkbox.com/) during the 2017, 2018, and 2020
Full-Stack Web Development apprenticeships.The code in this repository is a [free and open source](LICENSE) educational
resource that may be used to explore and build with different
technologies. The first example of this is a [React TypeScript
rebuild](https://github.com/orgs/sparkbox/projects/1/views/1) of the Sparkeats web app.## Examples
- [Sparkeats Refresh](http://eats.seesparkbox.com/refresh)
- [Sparkeats: React TypeScript](https://sparkbox.github.io/sparkeats)## Setup
### Install Yarn
```sh
npm install --global yarn
```### Install dependencies
```sh
yarn
```### Start development server
```sh
yarn dev
```## Contributing
See [Contributing to Sparkeats](CONTRIBUTING.md).