https://github.com/mrmodise/kota-app
Popular township street food – a quarter loaf (kota) of bread hollowed out and filled again (Only in South Africa)
https://github.com/mrmodise/kota-app
react-components react-router reactjs
Last synced: about 2 months ago
JSON representation
Popular township street food – a quarter loaf (kota) of bread hollowed out and filled again (Only in South Africa)
- Host: GitHub
- URL: https://github.com/mrmodise/kota-app
- Owner: mrmodise
- License: mit
- Created: 2018-05-02T13:38:56.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-18T09:05:52.000Z (over 7 years ago)
- Last Synced: 2025-12-27T01:59:05.552Z (6 months ago)
- Topics: react-components, react-router, reactjs
- Language: JavaScript
- Size: 170 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kota Application
To those who’ve grown up in the townships of South Africa, where the spazas sell popular street food unique to this socio-economic and geographic area,
a kota is a kota – and like nothing else. Built using the latest ReactJS (16.x) library by Facebook, the Kota app, is a full featured application built with user experience in mind.
## Setup
Setting up a ReactJS project is as easy as:
* Install dependencies, on the terminal type ```yarn install```.
* Run the application, ```yarn start```.
* To build files for deployment on a server: ```yarn run build```
## What's Next?
The application is actively being developed hence watch-out for a load of ReactJS features e.g. unit testing, UI automated tests using Cypress and Integration with
backend frameworks/languages such as NodeJS and Spring Boot.
## License
```
The MIT License (MIT)
Copyright (c) 2018 Mr Modise
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```