Skip to content
This repository has been archived by the owner on Jun 22, 2020. It is now read-only.

Team#9 #33

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
85 changes: 47 additions & 38 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,59 +1,68 @@
# HackIIITV 19 Submission
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

This repository is archive of hacks created during HackIIITV 2019.
## Available Scripts

## Requirements
In the project directory, you can run:

- GitHub account
- Install [git](https://git-scm.com/) for your repsective OS.
- Make sure you are part of IIITV organisation on GitHub, else join [here](http://getmein.glitch.me/)
### `yarn start`

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

- You can make at max one commit per hour.
- Don't close your PR.
- No commits after Hackathon ends will be entertained.
- It is recommended to make one commit/hour to keep your hack backed up.
- Make sure your whole project is inside the folder of your team.
- If you have time left, make sure you make a README.md 😉(it will help others to understand your code)
The page will reload if you make edits.<br />
You will also see any lint errors in the console.

## How to submit?
### `yarn test`

One member from each team have to follow this instructions:
Follow the instructions in order:
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.

1. Fork this repository.
### `yarn build`

2. Clone your fork, using
`git clone https://github.com/<your-username>/hackiiitv19-submissions.git`
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.

3. Change Directory to `hackiiitv19-submissions`, using
`cd hackiiitv19-submissions`
The build is minified and the filenames include the hashes.<br />
Your app is ready to be deployed!

4. Set remote to original repository using
`git remote add ups https://github.com/iiitv/hackiiitv19-submissions.git`
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

5. Create a branch named `team#x`, where x is your team number, using
`git checkout -b team#x`
### `yarn eject`

6. Add a folder with name `team#x - {Chosen_Theme}` in root directory. Make sure your whole hack is in folder `team#x - {Chosen_Theme}`.
**Note: this is a one-way operation. Once you `eject`, you can’t go back!**

7. Now add this folder to your staging area, using
`git add "team#x - {Chosen_Theme}"`
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.

8. Now commit the changes using,
`git commit -m "Add team#x"`
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.

9. Push the changes using,
`git push`
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.

10. Open a pull request: As soon as the changes will be pushed, GUI of repository's main page will show a yellow banner saying you too open a Pull request, just click on it and you are done.
## Learn More

For making changes to PR, just keep on repeating Step 6-9.
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).

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

- Keep your content as original as possible.
- It is allowed to use available softwares/packages as a module, but they can't be your project.
### Code Splitting

Happy Hacking! 🖖
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

### `yarn build` fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify
23 changes: 23 additions & 0 deletions Team#9-{Health care and Biomedical divices}/.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*
Loading