billcccheng / js-popular-variable-frontend

πŸ”Ž This is a website to search for Javascript variable and function names

Home Page:https://billcccheng.github.io/js-popular-variable-frontend/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Javascript Popular Variable Frontend

Ever had trouble naming your variable or function names? Wonder how the greatest repository did their naming? Well I made this website so you can search and reference how the most popular Javascript repository's varaible and function names. The website is deployed here.

Demo

Installation

First clone the repository.

git clone https://github.com/billcccheng/js-popular-variable-frontend.git

Then npm install to install all the required packages. After you have all the packages installed, you can npm run start to play around with you app on port 8000.

npm install
npm run start

If you want to change your port to 8080, just go to package.json and change "start":... to

"start": "PORT=8000 react-scripts start"

The Backend Server

  • All the logic and searching of the app is loaded on a heroku server. All the source code of the heroku server can be found here
  • Remember to comment out this line if you want to test the server on your localhost or comment out this line if you want to use the heroku server.

Change Logs

  • 02.03.2018 System is live and up. Alpha Version RUNNING!!!!

Future Update

  • Analysis

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 πŸ˜„
  6. All contributions are welcomed 😊!

Credits

Thanks to

  • bentatum for the wonderful loading icons.
  • Yoctol for the beautiful word cloud library.
  • JedWatson for react dropdown/select library.

License

MIT license.

Β© 2018 Bill Cheng

About

πŸ”Ž This is a website to search for Javascript variable and function names

https://billcccheng.github.io/js-popular-variable-frontend/


Languages

Language:JavaScript 89.7%Language:HTML 5.7%Language:CSS 4.6%