Skip to content

React (classwork) - using local state to create a functioning React application

Notifications You must be signed in to change notification settings

eluckie/Farmers-Market

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Farmer's Market

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.

By: John Lenz, Brishna Bakshev, Sarah Andyshak, E Luckie, Erin Timlin and Molly Donegan

🥒 License

Technologies Used

  • React
  • JavaScript / JSX
  • HTML / CSS
  • Babel
  • Bootstrap

Mockup

mockup

Component Diagram

App.js
├── Header.js
├── ProduceControl.js
│   ├── ProductList.js           
├── LocationControl.js
│   ├── LocationList.js       

Getting Started with Create React App

This project was bootstrapped with Create React App.

Setup and Installation

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:

  1. Open the farmers-market directory within your CLI.
  2. Install all Node packages and dependencies with the command npm install.
  3. Package and open the project in your browser using npm run start.
  4. Enjoy!

Known Bugs

  • App functionality is currently very limited due to static-only state being utilized.

License

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.

About

React (classwork) - using local state to create a functioning React application

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.1%
  • HTML 13.7%
  • CSS 6.2%