Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added react app support to the project #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
24 changes: 24 additions & 0 deletions react app/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js
video.mp4

# 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*
32 changes: 32 additions & 0 deletions react app/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
![](/public/assets/vl-logo.png)

> A project that helps students to simulate their practicals on the Web, build on React.js

## Build Setup

```bash
# install dependencies
npm install

# serve with hot reload at localhost:3000
npm start

```

This web app is developed for students so that they can simulate their experiments online, giving them freedom to experiment with their curriculum.

The app version can be seen on: https://github.com/rushankshah/Virtual-Lab

## Screenshots of the app:

![](/ss/homepage.jpg)
![](/ss/list_of_exps.jpg)
![](/ss/theory.jpg)
![](/ss/seeds.jpg)
![](/ss/daynight.jpg)
![](/ss/drain_water.jpg)
![](/ss/day3_animation.jpg)

> The Web App was made by Ansh Mehta and Soham Dave.

> The design was made by Richa Shah and Dhruvil Shah.
Loading