https://github.com/snelsi/cocomo-calculator
React site for basic and Intermediate COCOMO calculation
https://github.com/snelsi/cocomo-calculator
cocomo cocomo-calculation react typescript web-app
Last synced: about 2 months ago
JSON representation
React site for basic and Intermediate COCOMO calculation
- Host: GitHub
- URL: https://github.com/snelsi/cocomo-calculator
- Owner: snelsi
- Created: 2020-02-23T21:12:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-12T14:14:32.000Z (over 4 years ago)
- Last Synced: 2025-04-12T02:11:36.281Z (about 2 months ago)
- Topics: cocomo, cocomo-calculation, react, typescript, web-app
- Language: TypeScript
- Homepage: https://cocomo.now.sh/
- Size: 1.75 MB
- Stars: 10
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## This is code for the [Online COCOMO Calculator](https://cocomo.now.sh/)
It is a static web-application, builded whith React and Typescript.
### `yarn start`
Runs the app in the development mode.
Open [http://localhost:3000](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.### `yarn build`
Builds the app for production to the `build` folder.
It correctly bundles React in production mode and optimizes the build for the best performance.