This project is a solution to the Lab|08 Front-end task assignment. The app uses following tech stack:
- React for UI and basic local state management;
- Create React App for bootstrapping the application;
- axios for data fetching;
- Redux for state management;
- redux-thunk and redux-promise-middleware for async actions;
- Eslint and prettier for applying basic code-convention;
- SASS as CSS preprocessor;
In the project directory, you can run:
Starts json-server and allows you to feed data into the app. The server is available on http://localhost:3001.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.