var React = require('react');
// var About = React.createClass({
// render: function (){
// return (
//
About Component
// );
// }
// });
var About = (props) => {
return (
About
This is a weather app build on React. ReactWeather app was built as a part of complete React web app developer cource.
Some of the tools i used for weather app:
- React -A JavaScript framework by facebook.
- Open weather Map -I used openweathermap API for serching weather based on city name
- Foundation -I used foundation to get advanced responsive for front-end
);
};
module.exports = About;