Skip to content

MateuszKikmunter/react-heroes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 

Repository files navigation

⚡ React-Heroes

This project was created to practice and improve my React skills and it is a React version of Angular tutorial tour of heroes.

🔎 Project Details

Despite its simplicity, this app makes use of such concepts as hooks, effects, routing, HTTP calls and basic state management. It also uses JSON server. This makes it easier to use as no database is required.

Along my React journey I am planning to extend this application also with such things as:

  • unit and integration tests
  • proper state management with Redux or Zustand
  • containerisation and Docker usage
  • ...and more

⚙️ How to run the project

  • run yarn install or npm install in the root of the project
  • to run frontend app execute yarn start or npm start
  • to start JSON server as the backend yarn start:server or npm run start:server

💻 Tech stack

About

React version of Angular tutorial tour of heroes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published