Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
843bcb5
Add team#8
Naman-1234 Feb 20, 2021
35996eb
Initialized react app
Naman-1234 Feb 20, 2021
3227e6e
Made Card
Naman-1234 Feb 20, 2021
d6b81e8
add weather data
RohithChittibommala Feb 21, 2021
608e622
add input styles
RohithChittibommala Feb 21, 2021
9c730e8
Commit for pull
Naman-1234 Feb 21, 2021
a5f8c53
Conflicts Removed:
Naman-1234 Feb 21, 2021
596f065
Added Static Card
Naman-1234 Feb 21, 2021
bb1f66e
add forcast charts
RohithChittibommala Feb 21, 2021
6e7c02f
merge conflicts removed
RohithChittibommala Feb 21, 2021
848d0c9
COmmit for pull
Naman-1234 Feb 21, 2021
316ff84
Merge conflicts removed
Naman-1234 Feb 21, 2021
1652cad
chart added
RohithChittibommala Feb 21, 2021
ed41d10
Card Made almost Dynamic
Naman-1234 Feb 21, 2021
b6a0406
Merge conflicts removed and commit for pull
Naman-1234 Feb 21, 2021
4b3f950
Initialized 2nd feature
Naman-1234 Feb 21, 2021
44a019d
Second Feature of aqi added
Naman-1234 Feb 21, 2021
5dc2cd9
2 features completed, 3 features about to and making a side navbar
Naman-1234 Feb 21, 2021
52dd952
add map
RohithChittibommala Feb 21, 2021
493ca7c
conflict resolved
RohithChittibommala Feb 21, 2021
7436429
add dynamic resize of icon
RohithChittibommala Feb 21, 2021
bbf776c
Styling done
Naman-1234 Feb 21, 2021
41b7dae
map centered
RohithChittibommala Feb 21, 2021
5286991
Styling done and Merge conflicts removed
Naman-1234 Feb 21, 2021
4e28152
Merge branch 'team#8' of https://github.com/Naman-1234/api-digest-202…
Naman-1234 Feb 21, 2021
70be04d
add dummy data
RohithChittibommala Feb 21, 2021
d7d6c83
Update README.md
Naman-1234 Feb 21, 2021
784c589
Print Functionality Added and customized Style a little bit
Naman-1234 Feb 21, 2021
dba49b6
map added
RohithChittibommala Feb 21, 2021
6b6b767
Commit for pull
Naman-1234 Feb 21, 2021
e6924b1
Commit for pull
Naman-1234 Feb 21, 2021
5c238ea
Merge conflilts removed
Naman-1234 Feb 21, 2021
bb2e59e
Map Ui improved
Naman-1234 Feb 21, 2021
f866589
final commit
RohithChittibommala Feb 21, 2021
0f34ae5
Enhaned Navbar
Naman-1234 Feb 21, 2021
0bb730b
a
RohithChittibommala Feb 21, 2021
6c1fb0d
Final commit
Naman-1234 Feb 21, 2021
cb65eb2
Change http to https
Naman-1234 Feb 21, 2021
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
20 changes: 20 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "api-digest-2021",
"version": "1.0.0",
"description": "This repository contains the rules and code of conduct for __API Digest 2021__.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Naman-1234/api-digest-2021.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Naman-1234/api-digest-2021/issues"
},
"homepage": "https://github.com/Naman-1234/api-digest-2021#readme"
}
23 changes: 23 additions & 0 deletions team#8-{7}/travel-manager/.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*
3 changes: 3 additions & 0 deletions team#8-{7}/travel-manager/.netlify/state.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"siteId": "873d0582-9cf8-48bd-a574-7eb384e10705"
}
123 changes: 123 additions & 0 deletions team#8-{7}/travel-manager/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,123 @@
# THEME: TRAVELLING

## Problem Statement
Currently Data is the key to advance in this modern world, but that data is of not much use if it is distributed.

Currently there is no single platform in which you can enter a location and it will fetch you all details about it, Example Hospitals, Schools near that location, AQI etc and if you need multiple details about a location then you have to go to multiple apps and also sometimes also apply filters on it. Now suppose if a user needs to see all these details for multiple locations.If a user needs to save it for comparison or something else then it becomes even worse because then he have to put similar location data in a single place.

## Solution
One Step Solution is our Platform Travel-Manager
Basically Travel Manager is a platform at which you can come and enter a location and it will fetch you most of the details about it, Like Weather, AQI, Schools near it etc.

## Features Offered
- Show Weather along with forecast for next 8 days(Along with Graph).
- Show AQI(Along with concentrations of different Things like NO2 etc).
- Showing Schools near that location.
- Showing Hospitals near that location.
- Showing Restaurants near that location.
- User can print Page

## Work To DO
- Currently the data which is being used to show schools, Hospitals and Restaurants is not dynamic and We have made raw data for it, The Reason being google maps api provides the features of making this dynamically but it needs billing to be active for that.
We also tried to use API For Hospitals and schools and after retriving Data from it, then after wards plotting them by using markers in place of their latitute and longitude but we dropped down that idea, Because all those data majorly is of US. So it was not feasible to build on this.
- Will also add some more features like Good Places to visit by Giving option of like and comment in order to increase popularity of good places.































# Getting Started with Create React App

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.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

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

### `npm test`

Launches the test runner in the interactive watch mode.\
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.\
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.\
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](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](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](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](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](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](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
Loading