GitXplorerGitXplorer
A

conversions

public
1 stars
0 forks
2 issues

Commits

List of commits on branch main.
Verified
538908b2a8ca74ce494ce0c3f983f6fe29cee381

Merge pull request #15 from AdrianSkar/adrian

aana-vela committed 2 years ago
Verified
6eb229687672a628c1fd5f7f7cfaccfe905ff2ae

fix[script]: get rates properly since API changes

AAdrianSkar committed 2 years ago
Verified
7491530172298567bffb6db4487409be3d86b129

Merge pull request #13 from AdrianSkar/ana

AAdrianSkar committed 2 years ago
Unverified
b479a907b18b11e702d7ee70673cb5be6fcc9c98

Adjusting font size for convert button and font size unit for mobile

aana-vela committed 2 years ago
Unverified
61395b7c0281d4c728112bcd2f62ae746144b6ab

Adding meta description, meta keywords, and removing one br tag

aana-vela committed 2 years ago
Unverified
72eaa5606dc5656863f2042c79d1eae461843f4c

Adjusting space around fields

aana-vela committed 2 years ago

README

The README file for this repository.

conversions

Test project (Ana and Adrian)

Currency Conversions

Some Ideas to Discuss

Define the project goal
	Who are the target users for this project? 
		- Anyone wanting to make currency conversions.
	What problem does this project solve?
	What can a user do with the project?
		- Convert currency values between USD and EUR.
Design and architecture ideas

	Will be built with HTML, CSS, JS (or other?)
		- HTML, CSS and JS.
	What is the minimum viable product goal?
		- A working conversion tool.
	Keep the design minimal? Any color preferences? 
	Start mobile-first?
		- YES, please.
Workflow 
	Where will we manage tasks? 
		- Github Projects
	How can we use GitHub to manage tasks, etc? 
	Should we have sprints? 2-week sprints? 
		- Weekly check-in + self managed tasks.

Tips and tricks:

  • Netlify supports branch preview too so we don't need to push changes into production if we're not sure about them yet or we don't have a working local test environment:

    Branch deploys are published to a URL which includes the branch name as a prefix. For example, if a branch is called staging, it will deploy to staging--yoursitename.netlify.app.

Links: