Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions water-my-plants/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
68 changes: 68 additions & 0 deletions water-my-plants/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Available Scripts

In the project directory, you can run:

### `npm start`

Runs the app in the development mode.<br>
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.<br>
You will also see any lint errors in the console.

### `npm test`

Launches the test runner in the interactive watch mode.<br>
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.

### `npm run build`

Builds the app for production to the `build` folder.<br>
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.<br>
Your app is ready to be deployed!

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

### `npm run eject`

**Note: this is a one-way operation. Once you `eject`, you can’t go back!**

If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (Webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.

You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.

## Learn More

You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).

To learn React, check out the [React documentation](https://reactjs.org/).

### Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

### Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

### Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

### Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

### Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

### `npm run build` fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify
44 changes: 44 additions & 0 deletions water-my-plants/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"name": "water-my-plants",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.0.1",
"axios": "^0.18.0",
"moment": "^2.24.0",
"notistack": "^0.8.5",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-onclickout": "^2.0.8",
"react-paginate": "^6.3.0",
"react-redux": "^7.0.3",
"react-router-dom": "^5.0.0",
"react-scripts": "^3.0.1",
"react-text-mask": "^5.4.3",
"redux": "^4.0.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"styled-components": "^4.2.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}
Binary file added water-my-plants/public/favicon.ico
Binary file not shown.
38 changes: 38 additions & 0 deletions water-my-plants/public/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.

Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.

You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.

To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>
</html>
15 changes: 15 additions & 0 deletions water-my-plants/public/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
38 changes: 38 additions & 0 deletions water-my-plants/src/App.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
import React from 'react';
import { Route } from 'react-router-dom';

import Home from './views/Home';
import Login from './views/Login';
import PlantForm from './views/PlantForm'
import PrivateRoute from './components/PrivateRoute';
import Register from './views/Register';
import PlantPage from './views/PlantPage';
import Profile from './views/Profile';
import LoadUser from './components/LoadUser'
import Logout from './views/Logout'
import Navigation from './components/Nav';


class App extends React.Component {


render() {
return (
<div className="App">
<Route path="/" render={props => <LoadUser {...props} />} />
<Route path="/" render={props => <Navigation {...props} />} />
<Route exact path="/" component={Home} />
<Route exact path="/plants" component={Home} />
<Route exact path="/plants/add" component={PlantForm} />
<Route exact path="/plants/:id(\d+)" component={PlantPage} />
<Route exact path="/profile" component={Profile} />
<Route exact path="/login" render={props => <Login {...props} />} />
<Route exact path="/register" render={props => <Register {...props} />} />
<Route exact path="/logout" render={props => <Logout {...props} />} />
</div>
);
}
}


export default App;
4 changes: 4 additions & 0 deletions water-my-plants/src/actions/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export * from './userActions';
export * from './notifActions';
export * from './plantsActions';
export * from './scheduleActions';
42 changes: 42 additions & 0 deletions water-my-plants/src/actions/notifActions.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
export const NOTIF = 'NOTIF';
export const REMOVE_NOTIF = 'REMOVE_NOTIF';

export const addNotif = (notif) => {
return {
type: NOTIF,
payload: {
key: new Date().getTime() + Math.random(),
...notif
}
}
}

export const removeNotif = (key) => {
return {
type: REMOVE_NOTIF,
payload: {
key
}
}
}

export const addNotifHelper = (message, type) => {
if(type === 'error') {
if(message.response) {
message = message.response.data.error;
} else if(message.message) {
message = message.message;
}
}
return {
type: NOTIF,
payload: {
key: new Date().getTime() + Math.random(),
message,
options: {
variant: type,
autoHideDuration: 2500 //Hide after 2.5 seconds.
}
}
}
};
108 changes: 108 additions & 0 deletions water-my-plants/src/actions/plantsActions.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
import axios from 'axios';
import { addNotifHelper } from './index'
export const FETCH_PLANTS_START = 'FETCH_PLANTS_START';
export const FETCH_PLANTS_SUCCESS = 'FETCH_PLANTS_SUCCESS';
export const FETCH_PLANTS_FAILURE = 'FETCH_PLANTS_FAILURE';
export const FETCH_PLANT_START = 'FETCH_PLANT_START';
export const FETCH_PLANT_SUCCESS = 'FETCH_PLANT_SUCCESS';
export const FETCH_PLANT_FAILURE = 'FETCH_PLANT_FAILURE';
export const ADD_PLANT_START = 'ADD_PLANT_START';
export const ADD_PLANT_SUCCESS = 'ADD_PLANT_SUCCESS';
export const ADD_PLANT_FAILURE = 'ADD_PLANT_FAILURE';
export const DELETE_PLANT_SUCCESS = 'DELETE_PLANT_SUCCESS';
export const DELETE_PLANT_FAILURE = 'DELETE_PLANT_FAILURE';
export const UPDATE_PLANT_START = 'UPDATE_PLANT_START';
export const UPDATE_PLANT_SUCCESS = 'UPDATE_PLANT_SUCCESS';
export const UPDATE_PLANT_FAILURE = 'UPDATE_PLANT_FAILURE';

export const fetchPlants = () => dispatch => {
dispatch({type: FETCH_PLANTS_START});
let userId = localStorage.getItem('userId');
let token = localStorage.getItem('token');
let headers = {
'authorization': token
}
axios.get(`${process.env.REACT_APP_API}/users/${userId}/plants`, { headers })
.then(res => {
dispatch({type: FETCH_PLANTS_SUCCESS, payload: res.data});
})
.catch(err => {
dispatch({type: FETCH_PLANTS_FAILURE});
dispatch(addNotifHelper(err, 'error'));
});
}

export const fetchPlant = (id) => dispatch => {
dispatch({type: FETCH_PLANT_START});
let token = localStorage.getItem('token');
let headers = {
'authorization': token
}
axios.get(`${process.env.REACT_APP_API}/plants/${id}`, { headers })
.then(res => {
dispatch({type: FETCH_PLANT_SUCCESS, payload: res.data});
})
.catch(err => {
dispatch({type: FETCH_PLANT_FAILURE});
dispatch(addNotifHelper(err, 'error'));
});
}

export const addPlant = (plant) => dispatch => {
dispatch({type: ADD_PLANT_START});
let userId = localStorage.getItem('userId');
let token = localStorage.getItem('token');
let headers = {
'authorization': token
};
axios.post(`${process.env.REACT_APP_API}/users/${userId}/plants`, plant, { headers })
.then(res => {
dispatch({type: ADD_PLANT_SUCCESS, payload: res.data})
dispatch(addNotifHelper('Successfully added plant!', 'success'));
})
.catch(err => {
dispatch({type: ADD_PLANT_FAILURE})
dispatch(addNotifHelper(err, 'error'));
})
}

export const updatePlant = (id, plant) => dispatch => {
dispatch({type: UPDATE_PLANT_START});
let token = localStorage.getItem('token');
let headers = {
'authorization': token
};
axios.put(`${process.env.REACT_APP_API}/plants/${id}`, plant, { headers })
.then(res => {
if(res.data === 1) {
let newPlant = {
id,
...plant
}
dispatch(addNotifHelper('Updated Plant.', 'success'));
dispatch({type: UPDATE_PLANT_SUCCESS, payload: newPlant});
}

})
.catch(err => {
dispatch(addNotifHelper(err, 'error'));
dispatch({type: UPDATE_PLANT_FAILURE});
})
}

export const deletePlant = (id) => dispatch => {
dispatch(addNotifHelper('Deleting Plant.'));
let token = localStorage.getItem('token');
let headers = {
'authorization': token
};
axios.delete(`${process.env.REACT_APP_API}/plants/${id}`, { headers })
.then(res => {
dispatch(addNotifHelper('Deleted Plant.', 'success'));
dispatch({type: DELETE_PLANT_SUCCESS, payload: id});
})
.catch(err => {
dispatch(addNotifHelper(err, 'error'));
dispatch({type: DELETE_PLANT_FAILURE});
})
}
Loading