Skip to content

aabeborn/chili-exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chili-exercise

Application start (dev mode)

To start the application in development mode, you can run:

    npm run start

With this command you will start the react application and the json web server which contains the API used.

Application start (prod mode)

to build and start the application in production mode, you can run this command:

    npm run production

It will dinamically generate and serve the build and starts the json web server.

Possible optimizations

  • Improve loading experience by using more loaders (for example during the images onLoad)
  • Divide APIs of the films list and the film's details one
  • Better error management using more than one ErrorBoundary
  • Put the logic inside a reusable component, an hook or in a coupond component

These above are possible improvements. It's an exercise so I have tried to made it as simple as possible. Also many more improvements could be made!!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published