Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Form Data Validation #45

Open
wants to merge 35 commits into
base: frontend
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
5815423
Merge pull request #21 from hngi/frontend
Josh4324 Sep 27, 2019
3609b32
Merge pull request #22 from hngi/frontend
Josh4324 Sep 27, 2019
d0bc3a9
Merge pull request #23 from hngi/frontend
Josh4324 Sep 28, 2019
8b4e43c
Merge pull request #24 from hngi/frontend
Josh4324 Sep 28, 2019
7b87274
Merge pull request #25 from hngi/frontend
Josh4324 Sep 28, 2019
69a7de5
Merge pull request #26 from hngi/frontend
Josh4324 Sep 28, 2019
59a242d
Merge pull request #27 from hngi/frontend
Josh4324 Sep 28, 2019
658c0da
Merge pull request #28 from hngi/frontend
Josh4324 Sep 28, 2019
0ff4fee
Merge pull request #29 from hngi/frontend
Josh4324 Sep 28, 2019
dbe791a
Merge pull request #30 from hngi/frontend
Josh4324 Sep 28, 2019
da26726
Merge pull request #32 from hngi/frontend
Josh4324 Sep 29, 2019
6c5bc92
Merge pull request #33 from hngi/frontend
Josh4324 Sep 29, 2019
2bf217e
Merge pull request #37 from hngi/frontend
Josh4324 Oct 2, 2019
df393f1
Merge pull request #38 from hngi/frontend
Josh4324 Oct 3, 2019
bfc0a2f
Merge pull request #39 from hngi/frontend
Josh4324 Oct 3, 2019
c6191fe
Merge pull request #41 from hngi/frontend
Josh4324 Oct 4, 2019
fc1b27c
Update blog.html
Josh4324 Oct 4, 2019
0144251
Update blog.html
Josh4324 Oct 4, 2019
0744d36
Update blog.html
Josh4324 Oct 4, 2019
b396b09
Merge pull request #43 from hngi/frontend
Josh4324 Oct 5, 2019
02e132f
new changes
Josh4324 Mar 6, 2020
fa791fe
added offline experience
Josh4324 Mar 7, 2020
0c1d9a2
new changes
Josh4324 Mar 7, 2020
e3ffc4c
new changes
Josh4324 Mar 7, 2020
21c9ad6
added correct images path
Josh4324 Mar 7, 2020
26a79be
new update
Josh4324 Mar 7, 2020
5b30f83
resolve sw bug
Josh4324 Mar 7, 2020
98d9387
new changes
Josh4324 Mar 7, 2020
b244ab4
new
Josh4324 Mar 7, 2020
a5061b0
new changes
Josh4324 Mar 7, 2020
9f07053
fix bug
Josh4324 Mar 7, 2020
410b643
fix accessibility bug
Josh4324 Mar 7, 2020
9b257cf
new changes
Josh4324 Mar 7, 2020
e7c8b83
new changes
Josh4324 Mar 14, 2020
68d023e
add changes to readme
Josh4324 Jun 30, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes
Binary file removed Images/icons/solar 192x192.png
Binary file not shown.
File renamed without changes
Binary file added Images/icons/solar192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
52 changes: 21 additions & 31 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,51 +1,41 @@
# Poseidon-Solar-Calculator

## Solar Calculator by Team Poseidon

### Solar Calculator by Team Poseidon
===============================


### Using git flow for the first time?
Follow these steps:
## Table of Contents

- Fork the git repo
- Clone the forked git repo
- Head to frontend branch on your code editor.
``` git checkout frontend ```
- Check for the remote url (optional)
``` git remote -v ```
- Stage changes
``` git add . ```
- Commit Changes
``` git commit -m "added ReadMe file" ```
- Pull
``` git pull origin frontend ``` Use origin if you've not published the branch
- Now Push
``` git push -u origin frontend```

* [Introduction](#introduction)

<b> We are using four branches for this project <b>
* [Instructions](#instructions)

* [Usage](#usage)

Backend Devs: For all backend tasks, create your own branches <br>
* [Contributing](#contributing)

* [Licence](#usage)

Frontend Devs: For all front end tasks, create your own branches

Develop: For FE & BE integration and tests

Master: Final branch for deployment only
## Introduction

Poseidon-Solar-Calculator

> NOTE: Always create pull requests

## Instructions

To View the page, click this link https://hngi.github.io/Poseidon-Solar-Calculator/

Always include details of your contribution
## Usage

Remember to pull first and update your local repo before making a PR
To run on localhost, double click on the the index.html or open with a web browser

The master branch shall remain untouched until deployment stage.
## Contributing

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

## License

[MIT](https://choosealicense.com/licenses/mit/)
154 changes: 0 additions & 154 deletions article1.html

This file was deleted.

153 changes: 0 additions & 153 deletions article2.html

This file was deleted.

Loading