Skip to content

Commit

Permalink
ready for v1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
WesloTheWeb committed Nov 12, 2021
1 parent cf8a23f commit 447c221
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Overall I am pretty happy about this project and can confidently say this will b
## To-Do:
Cool potential features:
- ✔ <s>Accomplish main functionality of querying for weather related data</s>
- Mobile responsiveness at some point.
- Make release branch and live version of the site.
- ✔ <s>Mobile responsiveness at some point.</s>
- ✔ <s>Make release branch and live version of the site.</s>
- Smooth transitions to improve the UX flow.
- Background change to the time of day and weather (may need to find royalty free asset).
- A history users can shift through from latest searches.
Expand Down
2 changes: 1 addition & 1 deletion src/components/Instructions/Instructions.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import React from 'react';
const Instructions = (props) => {
return (
<>
<h2 className='text-center'>To begin, simply enter a location on the search bar above and press'enter'.</h2>
<h2 className='text-center'>To begin, simply enter a location on the search bar above and press "enter".</h2>
</>
);
};
Expand Down

0 comments on commit 447c221

Please sign in to comment.