Skip to content

Commit

Permalink
first commit - clone of wishyWashy
Browse files Browse the repository at this point in the history
  • Loading branch information
nuggetsnegin committed Mar 22, 2020
0 parents commit 774f337
Show file tree
Hide file tree
Showing 34 changed files with 18,050 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
19 changes: 19 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"liveSassCompile.settings.formats": [
{
"format": "expanded",
"extensionName": ".css",
"savePath": "/src/styles"
}
],
"liveSassCompile.settings.excludeList": [
"**/node_modules/**",
".vscode/**"
],
"liveSassCompile.settings.generateMap": false,
"liveSassCompile.settings.autoprefix": [
"> 1%",
"last 2 versions"
],
"liveServer.settings.port": 5501
}
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@

![WishyWashy](https://i.imgur.com/TEqJuC0.png)
# Wishy Washy
A wholesome wishing board created in React. User's may input a wish anonymously which is stored into a database (Firebase) and show their support for other wishes by hitting the heart button! Most recent wish is always displayed on the left-hand side of the screen while 8 other wishes are randomized and re-renders on 'heart' or user input.

(Also features bad word censoring!)

[Live Link](https://nuggetsnegin.github.io/wishyWashy/)

## Built With

* [React](https://github.com/facebook/create-react-app)
* [Visual Studio Code](https://code.visualstudio.com/)
* [Firebase](https://firebase.google.com/)
* [OpenMoji](https://openmoji.org/)
* [Sass](https://sass-lang.com/)
* [Animista](https://animista.net/)
* art by me!



## Stretch Goals
* Implement more robust word censorship. :'(
* Optimize mobile experience - currently when more wish bubbles display on the screen it lags. Potential solutions may be to reduce 9 bubbles to 3-4 or tweak display speed.
* User login feature to save and keep track of wishes and check in on 'hearts'.

## Authors

* **Negin Melina Sauermann** - [nuggetsnegin](https://github.com/nuggetsnegin)
Loading

0 comments on commit 774f337

Please sign in to comment.