Skip to content

amitshrivastavaa/github-repo-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Overview of application:

The application has 2 parts:

Frontend:

Main Tech Stack: React.js, Redux, React Router V4, Webpack4, Babel.

Backend:

Main Tech Stack: Express.js, MySql, Pm2(for running node.js server)

Running app on development server:

  1. Go to frontend folder & execute npm i && npm start command.
  2. Go to backend folder & execute npm i && npm run dev command.
  3. Application will run on http://localhost:8080

Improvements:

frontend:

  • styling can be improved.
  • some component can also be improved.
  • spinner needed while loading data.

Testing:

  • no test cases currently

backend:

  • basic authentication needed
  • api urls can be stored in different files.

About

Search repositories on github and bookmark them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published