Coder Social home page Coder Social logo

google-crawler-ui's Introduction

google-crawler-ui's People

Contributors

hieunguyena6 avatar

Watchers

 avatar

google-crawler-ui's Issues

[Bug] The UI is not responsive enough

Issue

When browsing the page with a small screen device (tested for iPhone 12), the UI is all scrambled and not usable:

image

Expected

The UI should still be functional on small screen devices. Having breakpoints for smaller devices would be the standard solution.

[Feature] Improvement to manage API requests

Issue

While the application does not have many requests, you did well in creating a utility to manage API requests axios. The usage of interceptors is also neat. However, the API base URL still needs to be imported manually into the page components:

return axios.post(`${process.env.REACT_APP_SERVICE_URL}/v1/file/csv/upload`,
formData);

Expected

Making POST and GET requests should only require to path the resource name e.g., keywords, login, signup. Therefore, ${process.env.REACT_APP_SERVICE_URL}/v1/ should not be duplicated in each page component ๐Ÿ’ก

[Chore] Setup issues on local machine

Issue

I tried to use both Docker and run the project locally but faced the respective issues:

  1. docker-compose up

image

  1. npm install + npm run dev

image

Expected

The README should be updated with:

  • Set up instructions
  • Pre-requisites such as Node versions

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.