Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/morzhanov/yoda-quotes
Yoda Quotes - fun application that provides 'Yoda-styled' famous quotes. ⚡️🧙⚡️
https://github.com/morzhanov/yoda-quotes
expressjs javascript mashape-api mobx mobx-react nodejs react
Last synced: 5 days ago
JSON representation
Yoda Quotes - fun application that provides 'Yoda-styled' famous quotes. ⚡️🧙⚡️
- Host: GitHub
- URL: https://github.com/morzhanov/yoda-quotes
- Owner: morzhanov
- License: mit
- Created: 2018-02-08T07:23:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-06T10:04:35.000Z (over 6 years ago)
- Last Synced: 2024-11-08T00:52:36.343Z (about 2 months ago)
- Topics: expressjs, javascript, mashape-api, mobx, mobx-react, nodejs, react
- Language: JavaScript
- Homepage: https://yoda-quotes.herokuapp.com/
- Size: 296 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Yoda Quotes
Yoda Quotes - fun application that provides 'Yoda-styled' famous quotes. ⚡️🧙⚡️
Application uses Mashape APIs to fetch famous quotes and Yoda speech.
https://market.mashape.com 🐵
## Demo
https://yoda-quotes.herokuapp.com/
## Installation
Use these steps to install project
1. npm i
2. npm run build
3. npm startHeroku:
1. create app on Heroku
2. heroku login
3. heroku git:remote -a $APP_NAME
4. heroku ps:scale web=1
5. git push heroku master
6. npm run build
7. remove /build folder from gitignore
8. git add .
9. git commit
10. git push heroku master## Main Technologies
- NodeJS
- ExpressJS
- JWT
- React
- React Router
- Mobx-State-Tree
- Mobx
- Styled components
- Webpack 4
- ESLint
- Prettier
- Babel
- SCSS
- PostCSS## Contributing
1. Fork it! 🌟
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D## Author
Vlad Morzhanov
## License
#### (The MIT License) 📃
Copyright (c) 2018 Vlad Morzhanov.
You can review license in the LICENSE file.