The frotend repo for Too Good to Go clone app.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
This application is a clone of Too Good To Go app and is built with React Native and Typescript.
To get a local copy up and running follow these simple steps.
- npm
- node
- Typescript
- Clone the repo
git clone https://github.com/code-sherpas/too-good-to-go-client.git
- Install NPM packages
npm install
- Add the necessary environment variables to a
.env
file.
{
echo ' REACT_APP_BACKEND_URL='
} >> .env
- Start react native app
npm start
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated. 😄
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'feat: Add some AmazingFeature'
) - Push to the Branch (
git push -u origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.