Skip to content

An idea validation Web-app will be developed to help entrepreneurs validate their business ideas before investing significant resources. T

Notifications You must be signed in to change notification settings

ADA-Software-Engineering-Program/i-validate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Readme for i-validate app

Project Overview

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.

Built with

-HTML -CSS -Bootstrap -React -Firebase

Folder Structure

  • 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
  • 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

Name structure and naming convention:

camelCase will be used for this project

Package Manager:

For the purpose of this project,npm is used

npm start

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.

npm test

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

About

An idea validation Web-app will be developed to help entrepreneurs validate their business ideas before investing significant resources. T

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published