A React Redux app which fetches data from API endpoint and displays this data on the main page based on a filter if any. Also, it uses React Redux for storage and react-router-dom to navigate about the app. To achieve these, I used
- functional components
- components lifecycle methods
- state and props
- testing
- store
- thunks
- hooks
- prop types
- actions
- reducers
- JavaScript
- React
- Redux
- Bootstrap
- Jest
- HTML
- CSS
To set up a local copy of the project
https://github.com/wandji20/best-trader-redux.git
best-trader-redux
npm install
- Go to your terminal
- Run
npm test src/test
to run all the tests.
- Now you are ready to run a local server
- Go to your command line and put
npm start
- Go to https://localhost:3000/
- Try it!!
👤 Wandji Bertrand
- Github: @wandji20
- Twitter: @wandjibertrand
- Linkedin: Linkedin
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!