A simulation demonstration project on quantum tunneling
The site can be viewed here
NOTE: Software requirements:
- NodeJS 12.0 or higher
- Git 2.25
- Fork this repo, then:
git clone CLONE_URL_OF_FORKED_REPO
cd quantum-tunneling
npm i
npm start
Go to http://localhost:3000/
in the browser to preview the app
- CSS : Along with the React Component (either
.css
or.scss
doesn't matter) - Pages :
./src/
(written in.jsx
or.js
doesn't matter) - Components :
./src/comp/
(written in.jsx
or.js
doesn't matter)
- React Components should use Functional Components
- Self Explanatory Code and/or Comments Explaining Code in detail (using Better Comments extension)
- Fetch Upstream in forked repository and pull before coding
- Always contibute by making a different branch and adding your code there
- HTML
- CSS
- Git/Github
- Vanilla JavaScript
- ReactJS
- ES7 React/Redux/GraphQL/React-Native snippets
- Auto Rename Tag
- Bracket Pair Colorizer
- ESLint
- Better Comments