This application is a Native plant field guide designed for professionals and a DIYer of all levels. The simplicity of the list, along with easy to use navigation will be an asset for users in an outdoor environment. Each user will be able to search by state and ecoregion to find which plant species is native to their particular area. Once they choose a location, the database will populate a list of native species for different categories; Trees, Shrubs, Plants, Flowers, Grasses, etc... Each one will have a Picture of the species, and description and an average price. The user then can pick their favorite ones and add it to a Client/favorite list for future reference.
This application is designed to be a field list for anyone who wants a quick easy way to store and get info for their lists. It came to me when I was doing a native plant list for a commercial client a while back. Trying to show a client a list of native plants, along with pictures and information about each one is a daunting task. Lots of looking around at many different sites to get what you need. So this will help streamline all the most popular resource sites for each region. I started off with a loose idea of the layout, mainly wanted it easy with minimum user input for field use. Once I set up the database, I started working on getting a simple mock up in React and then I was ready to start coding!
- As an unregistered user, I would like to sign up with email and password.
- As a registered user, I would like to sign in with email and password.
- As a signed in user, I would like to change password.
- As a signed in user, I would like to sign out.
- As a signed in user, I would like to choose my state.
- As a signed in user, I would like to pick a local region
- As a signed in user, I would like to search for a native plant in different categories.
- As a signed in user, I would like to view the details from selected species.
- As a signed in user, have the option to store my choices to client/favorites list.
- As a signed in user, be able to delete from my client/favorites list.
- Allow users to choose their favorite plants by choosing a photo.
- Allow users to access all plant info from selected card.
- Download this application.
- Unzip the application.
- Move into the folder.
- If you're on MacOS, you can install Pipenv easily with Homebrew:
$ brew install pipenv
. - Run
pipenv shell
to start up your virtual environment. - Run
pipenv install
to install dependencies. - Run the front-end development server with
npm run start
.
- HTML
- CSS/SCSS
- Javascript
- React
- Bootstrap
- Axios
- PostgreSQL
- PHP
- Still need style the overall look and feel of the application
- Would like to eventually add a home page that renders all posts.
- Add API to pull a national database and info for user to choose from.