Skip to content

billcccheng/js-popular-variable-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

53 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published