Node and npm.
- Run
npm install
to install dependencies. - Run
npm start
to run the development server with the application. - Now you can interact with the application on http://localhost:3000 in your web browser.
- The project is a React single-page application
- All the source code is located in
src/
directory - User interface is separated into few components
- The logic to interact with API is a separate layer located in
src/api/