Avery's Organics is a mid-sized farm in Northern Oregon that grows organic produce and sells it at farmers markets throughout town. Since Avery's is at a different market almost every day, we've started a website to show customers which market they will be at on a given day.
🥒 License
- React
- JavaScript / JSX
- HTML / CSS
- Babel
- Bootstrap
App.js
├── Header.js
├── ProduceControl.js
│ ├── ProductList.js
├── LocationControl.js
│ ├── LocationList.js
This project was bootstrapped with Create React App.
Clone this project to your local machine by using the following command:
git clone https://github.com/bbakshev/Farmers-Market
Directions after cloning are as follows:
- Open the
farmers-market
directory within your CLI. - Install all Node packages and dependencies with the command
npm install
. - Package and open the project in your browser using
npm run start
. - Enjoy!
- App functionality is currently very limited due to static-only state being utilized.
MIT License
Copyright (c) 2023 John Lenz, Brishna Bakshev, Sarah Andyshak, E Luckie, Erin Timlin and Molly Donegan
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.