Skip to content

deyan-a/lab08-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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;

Available Scripts

In the project directory, you can run:

yarn server

Starts json-server and allows you to feed data into the app. The server is available on http://localhost:3001.

yarn start

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published