Readme for i-validate app
The Idea Validation app is designed to help entrepreneurs and innovators validate their ideas and determine whether they have potential for success. The app offers various validation tests that provide insights and feedback based on the results.
-HTML -CSS -Bootstrap -React -Firebase
- node_modules contains all dependencies required by the app.Main dependencies also listed in package.json
- Public contains static assets including index.html (page template)
- Index.html
- title
- fonts
- css
- favicon
- id=”root”- our entire app
- Index.html
- src in simplest form is the brain of our app. This is where we will do all our work. src/index.js is the javaScript entrypoint
- .gitignore is specifies which files source control(Git) should ignore
- package.json every Node.js project has a package.json and it contains information about our project , for example list of dependencies and scripts
- Package-lock.json is a snapshot of entire dependency tree
camelCase will be used for this project
For the purpose of this project,npm is used
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may 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.
## Product requirements document(PRD)
## Technical requirements document(TRD)
This is the landing page sub-repo for every code concerning the landing page