Front-end ReadME
Dependencies @testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.3.2", "@testing-library/user-event": "^7.1.2", "axios": "^0.19.2", "bootstrap": "^4.4.1", "jshint": "^2.11.0", "react": "^16.12.0", "react-dom": "^16.12.0", "react-hook-form": "^4.7.2", "react-loading-components": "^1.1.12", "react-logger": "^1.1.0", "react-redux": "^7.1.3", "react-router-dom": "^5.1.2", "react-scripts": "3.3.0", "reactstrap": "^8.4.1", "redux": "^4.0.5", "redux-logger": "^3.0.6", "redux-thunk": "^2.3.0", "sass": "^1.25.0", "styled-components": "^5.0.0"
Download Project and Install Dependencies
Fork and clone this repository, by doing a git clone and copy the fork link. CD into the folder where you downloaded the repository. run npm install to download all dependencies.
This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open 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.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
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 for more information.
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.
This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify
-
What problem does your app solve?
Virtual Reality INC provides a platform for tech entrepreneurs from underrepresented groups to pitch their Immersive Reality projects and crowdfund capital.
-
What is the mission statement?
Virtual Reality INC exists to allow underrepresented voices in tech entrepreneurship to share their stories by providing access to virtual reality technology, training, and capital.
Features
- What features are required for your minimum viable product?
Using Kickstarter as a model.
User should be able to register. User should be able to log in and out. User should be able to create a new project. User should be able to edit a project. User should be able to delete a project. Supporters should be able to see a list of projects on the front page.
- What features may you wish to put in a future release?
Supporters should be able to donate to the project of their choice. Supporters should be able to log in to view projects they’ve supported. Supporters can choose to receive updates on the project they’ve donated to. Supporters can search for specific projects. Users can upload photos/videos of their projects/progress to a gallery. Users should have an integrated blog for their project’s development with rich text and photo/video support. Users can tag their projects for metadata filtering.
- What do the top 3 similar apps do for their users?
Provide an easy interface for seeing the status of a project’s funding. Provide a timeline for the successful funding of a project. Provide a way of keeping supporters aware of the developer’s progress. Provide a view of how much capital is required for phases of a project.