/health_assistant_client

dev branch https://health-assistant-client-dev.herokuapp.com/ main branch https://health-assistant-client.herokuapp.com/

Primary LanguageJavaScript

Health Assistant Client

Personal health care stats record application.

Installation / Available Scripts

First, Get local clone of the repository

Install all the dependencies for the project. See the section about install a package for more information.

npm install

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.

npm start

Launches the test runner in the interactive watch mode. See the section about running tests for more information.(not yet implemented)

npm test

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please create every pull request to dev branch.

All the checks should be passed to merge PRs.

Folder Structure

initial folder structure as follow

src
--components
-----Button.js
-----TextField.js
--container
-----HomePage.js
-----SignInPage.js
-----SignUpPage.js
--images
-----logo.jpg

License

MIT